Spiff
Spiff

Reputation: 4104

Install APK in Blackberry 10: Unable to install this app

I've build a sample android app with phonegap 2.9.0 tried to install the apk in blackberry Q10 (10.2.1.1925) But I get the following message: Unable to install this app

I've also tried running a plain android hello world app and still got the same message. Funny thing is that other apps seem to install correctly.

I read somewhere that you have first to execute an android app and the install your apk. I tried that it didn't work either..

Upvotes: 0

Views: 13649

Answers (3)

Sathis Kumar
Sathis Kumar

Reputation: 69

try using the command line tool for converting apk to bar file.. there 2 version of cmd tool .. latest 2.0 seems to have a gui interface..

Upvotes: 0

PinoyDev
PinoyDev

Reputation: 46

Here is the link signing your apk, creating release storekey to be able to install your apk into blackberry 10 :http://developer.android.com/tools/publishing/app-signing.html

Upvotes: 2

GoodGov
GoodGov

Reputation: 21

Bojan Kogoj is correct and thanks to him. For whatever reason, I signed it and it now works perfectly in my Q10. Hope it works with you too!

Upvotes: 2

Related Questions