Software Archive
Read-only legacy content
17061 Discussions

Upload to Play Store using phonegap build

Aaron_F_2
Beginner
233 Views

I am unable to upload my packaged APK file to Google. It gives me the error "You uploaded a debuggable APK..." This used to work just fine before Intel removed the APK functionality.

I've tried every solution I could Google, including: Inserted <preference name="debuggable" value="false" /> into intelxdk.config.android.xml, and completely redoing the certificates. Phonegap build is *NOT* set for debugging, however every time build creates the APK file, it does actually say "-debug" in the file name.

What could I be doing wrong?

 

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
233 Views

You need to build with a signed certificate. See:

You only need to use the certificate that you've been using with the XDK if you have previously submitted the same app to the store. If this is the first time you will submit this app to the store, you do not need to export the XDK certificate for building on PhoneGap Build. When you build with PhoneGap Build with a "no key selected" your APK is built as a debuggable APK.

Screen Shot 2017-05-08 at 14.36.46 .png

Also, be sure the "enable debugging" is turned off:

Screen Shot 2017-05-08 at 14.51.37 .png

 

 

0 Kudos
Reply