android - Upload new apk to Production Failed -


upload failed. uploaded debuggable apk. security reasons need disable debugging before can published in google play.

upload new apk.

set debuggable false in buildtype uploading , compile apk again:

buildtypes {     yourbuildtype {         debuggable false     } }  

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -