I have delivered Android debug APK to customer who has signed it and tried to publish it to Google Play.
It failed, saying that debugging has to be turned off. Original message is in Dutch so I am not sure about it exactly, but this is it:
upload mislukt
U heeft een APK geüpload waarvoor foutopsporing kan worden uitgevoerd.
Uit veiligheidsoverwegingen moet u foutopsporing uitschakelen voordat de APK kan worden gepubliceerd in Google Play.
I've always produced signed APK directly from Netbeans, but this is not the case, customer needs to sign it.
I read something about debuggable flag in Android manifest, which I don't use at the moment and by documentation, it is set to false by default anyway.
Can somebody help me what needs to be changed?