如何在 google playstore 上传 phonegap build app?

How to upload phonegap build app in google playstore?

每当我尝试上传由 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.

You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing.

我的搜索找到了在 androidmanifest.xml 中制作 debuggable="false" 的解决方案。但问题是在 phonegap 构建方法的情况下没有这样的文件。我该如何解决这个问题?

没有。您找到的解决方案是错误的。这就是你的做法。

以后,阅读official documentation

如有不解,请到官方提问Phonegap Build forum or the Nitobi forum

您需要签名的说明在此 link: Android Signing for Google Play

最后一步是,没有很好地记录在此处:
Builing a release version for build.phonegap.com