I'm converting my Android app (apk) to Blackberry OS 10 (bar).
Everything is ok if i install the bar file to my BB.
But when I try to upload to our BB server to deploy to software to the Z10, i have the problem:
"Qnx/Android" is not supported
I found the root cause here:
It is currently not possible to add Android applications to the work perimeter on the BlackBerry Playbook tablet or BlackBerry 10 smartphone; this is by design.
Since all applications added to the BlackBerry PlayBook tablet or BlackBerry 10 smartphone via BlackBerry Device Service are installed in the work perimeter, Android applications cannot be installed.
Alternatively, Android applications can be successfully downloaded directly into the personal perimeter on the BlackBerry PlayBook tablet or BlackBerry 10 smartphone.
What's should i do now? I need to install my app to more hundred of BB10.
Can i reuse my Android code? If can't, what's the best solution, best language if i must you write all the code from scratch.
Thanks you