2

I'm trying to repackage my fully compatible Android app to Blackberry's BAR format.

I've tested the application extensively in the simulator using Blackberry's ADB Proxy, so I know Android Studio sees the RIM "device," but the option is grayed out. My signing token keystore, the csk file, is placed in the correct directory, %HOMEPATH%\AppData\Local\Research In Motion.

Is repackaging possible without using a physical device?

enter image description here

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
IAmTheSquidward
  • 562
  • 6
  • 22

1 Answers1

3

Solved. You first have to generate a signed APK and place it in the app folder inside your project directory:

[Project Directory]\app\app-release.apk

IAmTheSquidward
  • 562
  • 6
  • 22