Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Device' is an ambiguous reference between "Xamarin.Forms.Device" and "Robotic.Mobile.Core.Bluetooth.LE.Device" #63

Open
georgeedwards opened this issue Jan 9, 2016 · 1 comment

Comments

@georgeedwards
Copy link

Issue is quite clear from the following error:

'Device' is an ambiguous reference between "Xamarin.Forms.Device" and "Robotic.Mobile.Core.Bluetooth.LE.Device"

Haven't had this before, so not sure if it is because of a change in Xamarin Forms? But it looks as though there should be some minor change to avoid this? Easy Workaround by specifying the full path.

@GabrielYamamoto
Copy link

use Xamarin.Forms.Device instead of just Device.
You have to change this in all files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants