Android apk "unable to install" on Blackberry 10.2.1

2.7k Views Asked by At

I have signed my Android application by :

Right click on project -> Android Tools -> Export Signed Application package

And tried to install that apk file on my Blackberry 10.2.1 but getting "unable to install" error.

Also tried to export application normally by just right click and Export and directly exported the application with new KeyStore, but same result I got.

Can anyone suggest what wrong am I doing?

3

There are 3 best solutions below

1
On BEST ANSWER

Normally this is due to issues in your android manifest! Are you trying to access features not supported by BB10?

Check (or post here) your manifest and try to install it on an Android device to eliminate any other issues.

1
On

Maybe there is not enough place on your phone?

usually it's easy as i see here

1
On

Here are the steps assuming you have the BlackBerry 10.2 plugin installed and that you want to put this app on BlackBerry App World:

1) Right click and select BlackBerry Tools (just under Android Tools) and make sure to 'Add BlackBerry Nature'

2) To sign just right click, select BlackBerry Tools then Sign for BlackBerry World.

You may need to configure signing keys in Eclipse->Preferences->BlacKberry if you haven't already.