Signed APK still showing DEBUG

Omar

Member
Licensed User
Longtime User
Hello,

I just have a quick question, I have successfully compiled my app and now I recompiled it with a private key but the final APK is still coming out as:

***_DEBUG.apk

I just wanted to confirm if this is correct or is this still compiling with the debug key.
 

Omar

Member
Licensed User
Longtime User
This means that your code still includes the debugging code. This is not related to the debug key. You should not distribute the DEBUG apk as it will wait 10 seconds for the IDE to connect during startup. See this for more information: Debugging android applications

Thank you very much Erel.

I appreciate your help as always and the explanation.
 
Upvote 0
Top