Hello every one I want to uploading my apps in Google play store but i am showing this errors. so please guide me how to solve it?

Upload failed
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.

Upload another APK

It seems you uploaded the debug version not the release version, that is why the refuse your apk

No Its release version

Have you signed your .apk ?

Yes i have signed my .apk file.

Did you use cordova (or ionic) build android --release, sign the apk and then zipalign the apk? Because that is all that is required for android, there are some step by step instructions at http://ionicframework.com/docs/guide/publishing.html and they should work.

Thank every one because i have solve this error .

1 Like