Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

'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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants