【发布时间】:2015-08-04 21:35:24
【问题描述】:
我已经为此查看了两个 SO 线程,但没有一个针对此错误消息选择了答案,因为没有答案候选者准确地解决了它。
apk is not signed. Please configure the signing information for the selected
flavor using the Project Structure dialog
我已成功将debugapks 上传到 Google Play 商店进行 beta 测试,没有任何问题。
我现在唯一的问题是:我有两个构建变体的debug 版本。 出于任何原因,我是否需要拥有release 版本?
如果没有,没关系。案件结案。
不过,如果我确实需要发布版本,我需要帮助。
* 编辑 *
好的。我需要发布版本。下面第一个答案中的链接说:
(1) Create a keystore. A keystore is a binary file that contains a set of private keys. You must keep your keystore in a safe and secure place.
我读到我第一次编译我的应用程序时创建了一个密钥库。继续:
(2) Create a private key. A private key represents the entity to be identified with the app, such as a person or a company.
我该怎么做?
【问题讨论】:
标签: android android-studio android-gradle-plugin