Xamarin apk on Blackberry (> = 10.2.1)

To convert your own Android .apk file to Blackberry.bar does not seem to be a problem.

However, I have Android.apk (API 15) that I used with Xamarin. I can convert the file to a .bar file using the BB-3 Sideloading Tool, but when I run the application on the Blackberry simulator, I get error messages:

android_update_LD_LIBRARY_PATH not found; .so dependencies will not work 

and later

FATAL EXCEPTION: main java.lang.UnsatisfiedLinkError: Library cannot be found at java.lang.Runtime.loadLibrary(Runtime.java:361)

etc...

I am not sure what steps can fix these errors.

  • Can I run Xaparin-created .apk files on Blackberry?
  • Maybe this will help to enable the "Link assemblies into native code" switch in the Android Build settings? To do this, I would have to upgrade to Enterprise, but if that helps ...
+4
1

, , , Xamarin ( NDK) Android, Java- .

: x86, , , ARM. .

, , , BB10, , : http://developer.blackberry.com/android/apisupport/android_native_support.html

+2

All Articles