Whenever I am trying to upload app which has formed by phonegap build method (Which have only config.xml and index.html file) getting an error
每当我尝试上传由phonegap构建方法(只有config.xml和index.html文件)形成的应用程序时出错
You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs.
您上传了可调试的APK。出于安全原因,您需要先禁用调试,然后才能在Google Play中发布。了解有关可调试APK的更多信息。
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing.
您上传了以调试模式签名的APK。您需要在发布模式下签署APK。详细了解签名。
My search found the solution that to make debuggable="false"
in androidmanifest.xml
. But the thing is that there is no such file in the case of phonegap build method. How can I fix this?
我的搜索找到了在androidmanifest.xml中调试debuggable =“false”的解决方案。但问题是在phonegap构建方法的情况下没有这样的文件。我怎样才能解决这个问题?
1 个解决方案
#1
5
No. The solution you found is wrong. This is how you do it.
不,你找到的解决方案是错的。这就是你如何做到的。
In the future, read the official documentation.
将来,请阅读官方文档。
If you are confused, ask question at the official Phonegap Build forum or the Nitobi forum.
如果您感到困惑,请在官方Phonegap Build论坛或Nitobi论坛上提问。
The instructions you need for signing are at this link: Android Signing for Google Play
签名所需的说明位于以下链接:Android Google Playing for Google Play
The final step is, which is not documented very well, is here:
Builing a release version for build.phonegap.com
最后一步是,没有记录得很好,就在这里:为build.phonegap.com提供发布版本
#1
5
No. The solution you found is wrong. This is how you do it.
不,你找到的解决方案是错的。这就是你如何做到的。
In the future, read the official documentation.
将来,请阅读官方文档。
If you are confused, ask question at the official Phonegap Build forum or the Nitobi forum.
如果您感到困惑,请在官方Phonegap Build论坛或Nitobi论坛上提问。
The instructions you need for signing are at this link: Android Signing for Google Play
签名所需的说明位于以下链接:Android Google Playing for Google Play
The final step is, which is not documented very well, is here:
Builing a release version for build.phonegap.com
最后一步是,没有记录得很好,就在这里:为build.phonegap.com提供发布版本