Estimote / Xamarin-Bindings

Examples of how to bind Estimote SDKs to Xamarin
Apache License 2.0
17 stars 12 forks source link

Android IndoorLocationView throws NoClassDefFoundError #20

Closed MatthewGerber closed 5 years ago

MatthewGerber commented 5 years ago

@heypiotr When using the Android Indoor binding NuGet (v2.5.4.1), everything works as expected until I attempt to display the Estimote.Android.Indoor.IndoorLocationView. Upon display, the attached exception is thrown:

screen shot 2019-01-07 at 11 09 31 am

It looks like the resources class (named R) hasn't been included in the Indoor SDK project and is therefore missing from the Android Indoor binding NuGet. Can you please confirm and update the Android Indoor binding NuGet accordingly? Thanks!

heypiotr commented 5 years ago

Fixed in 2.5.4.2:

https://www.nuget.org/packages/Estimote.Android.Indoor/2.5.4.2