Nitin001
I hate code!
Profile
Posts: 37
Reg: Mar 24, 2014
INDORE
370
04/01/14 01:14 AM (10 years ago)

google play apk uploading error

You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play how to solve
 
Dusko
Veteran developer
Profile
Posts: 998
Reg: Oct 13, 2012
Beograd
22,680
like
04/01/14 02:50 AM (10 years ago)
Go to AndroidManifest.xml, click on the tab to the right, which also has the same name AndroidManifest.xml. You will see the manifest as a text file. Find this row android:debuggable="true" and turn it into android:debuggable="false" Then repeat the export procedure for the app from the beginning.
 
Nitin001
I hate code!
Profile
Posts: 37
Reg: Mar 24, 2014
INDORE
370
like
04/01/14 07:04 AM (10 years ago)
thank you very much Mr Dusko ..you really helped me a lot....my heart is full of courtesy and honor for you ...
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
04/01/14 09:55 AM (10 years ago)
You'll probably need to do a Project > Clean after you change that setting...or at least it seems as though I have to consistently do that. Mark
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.