


It's best to leave out the android:debuggable attribute from the manifest. Infact for me studio complaints -Īvoid hardcoding the debug mode leaving it out allows debug and release builds to automatically assign one less. You don't need to harcode android:debuggable="false" in your application tag. It generate the signed APK.įirstly, Add this android:debuggable="false" in the application tag of the AndroidManifest.xml. Once you fill complete details then click on the Ok button then it redirect to this dialog.Ĭlick on the Next button then check mark on the Run ProGuard and click on the finish. Once you click on the Create New button then now dialog box appear where you need to enter the keystore file info, other signing authority details. If you have click on the Choose Existing.

Then Once you click on the Generate Signed APK then there is info dialog message appear.Ĭlick on the Create New button if you don't have any keystore file.

(the latter if you don't need a signed one to publish to the Play Store) Solution 2įollow the below steps to sign the application in the android studio:.
