0

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?

Neha Shukla
  • 3,572
  • 5
  • 38
  • 69
Priyank Joshi
  • 300
  • 1
  • 4
  • 17

3 Answers3

0

Maybe there is not enough place on your phone?

usually it's easy as i see here

MegaX
  • 596
  • 2
  • 11
  • 23
  • I have tried installing it on a device and one simulator..both didn't work, so i guess this might not be the case..anyway thnx for the answer.. – Priyank Joshi May 19 '14 at 01:39
0

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.

Felix Weber
  • 518
  • 1
  • 4
  • 8
  • You are right, In the name of the application I was having "\n" to display the app name in two lines. That was creating the issue. I removed that and it worked fine. Thnx a ton!! – Priyank Joshi May 22 '14 at 06:19
0

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.

Steven K
  • 393
  • 3
  • 12