microsoft / project-rome

Code samples and documentation of Microsoft's Project Rome SDK
https://aka.ms/projectrome
Creative Commons Attribution 4.0 International
448 stars 99 forks source link

RemoteSystemWatcher error #42

Open AndiFs opened 6 years ago

AndiFs commented 6 years ago

Unhandled Exception:

Java.Lang.UnsatisfiedLinkError: No implementation found for long com.microsoft.connecteddevices.RemoteSystemWatcher.initialize() (tried Java_com_microsoft_connecteddevices_RemoteSystemWatcher_initialize and Java_com_microsoft_connecteddevices_RemoteSystemWatcher_initialize__)

cmknox commented 6 years ago

@AndiFs thanks for reporting. I want to make sure you are using the latest version of the Android SDK, v8.0?

AndiFs commented 6 years ago

Xamarin.Forms V8.0 nuget

And tried download nuget and use as source…. So nuget not used

Nothing helps

Did i oversee something in initialization of rome???

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


Von: Carmen Forsmann notifications@github.com Gesendet: Wednesday, January 3, 2018 11:06:21 PM An: Microsoft/project-rome Cc: AndiFs; Mention Betreff: Re: [Microsoft/project-rome] RemoteSystemWatcher error (#42)

@AndiFshttps://github.com/andifs thanks for reporting. I want to make sure you are using the latest version of the Android SDK, v8.0?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Microsoft/project-rome/issues/42#issuecomment-355141137, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AV7zaYTm10AUupY3SlBNjDUawKIXqjz1ks5tG_ndgaJpZM4RPys8.

cmknox commented 6 years ago

@AndiFs you should be able to use Nuget like you are describing. Is there a way you could test without using Xamarin.Forms? We don't officially support that yet, but I'm not sure it matters.

NicoVermeir commented 6 years ago

I'm seeing the same thing on a native Xamarin Droid project, running on a Galaxy S8 with Android 7.0

image