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 ...
gridr