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
Post a Comment