简体   繁体   English

Android Studio Blackberry插件-无法将APK重新打包为BAR

[英]Android Studio Blackberry plug-in - can't repackage APK to BAR

I'm trying to repackage my fully compatible Android app to Blackberry's BAR format. 我正在尝试将完全兼容的Android应用重新包装为Blackberry的BAR格式。

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. 我已经使用Blackberry的ADB代理在模拟器中对应用程序进行了广泛测试,因此我知道Android Studio可以看到RIM“设备”,但是该选项为灰色。 My signing token keystore, the csk file, is placed in the correct directory, %HOMEPATH%\\AppData\\Local\\Research In Motion. 我的签名令牌密钥库csk文件放置在正确的目录%HOMEPATH%\\ AppData \\ Local \\ Research In Motion中。

Is repackaging possible without using a physical device? 是否可以在不使用物理设备的情况下重新包装?

在此处输入图片说明

Solved. 解决了。 You first have to generate a signed APK and place it in the app folder inside your project directory: 首先,您必须生成一个签名的APK,并将其放置在项目目录内的app文件夹中:

[Project Directory]\\app\\app-release.apk [项目目录] \\ app \\ app-release.apk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM