01-30-2013 10:20 AM
I'm trying to port an android app to blackberry 10 when I run the compatibility test it tell me "
Your application is not compatible with the BlackBerry® Runtime for Android™ Apps."
with the error message
| 4 | (AndroidManifest.xml) uses-library: android.test.runner |
does anybody know what this is and how I can fix this?
02-02-2013 08:52 AM
That's weird because the docs explicityly say that is the only library supported:
Not Supported:
Add on libraries (all libraries defined by the tag in the app's manifest other than "android.test.runner" are unsupported)
Maybe check which simulator version you have and get latest. Not sure.
02-03-2013 09:49 AM - edited 02-03-2013 09:50 AM
Thanks for the response. I do have the latest simulator.
02-12-2013 02:49 PM
Hey guys,
I'm looking into this as this is a typo in our updated documentation.
To confirm, we do not support android.test.runner. This is apart of the Android testing framework and should only be used during development. For more information on is, please see: http://developer.android.com/tools/testing/testing
You'll have to remove this from your manifest before you can package and submit your application to BlackBerry World.
Thanks,
Matt