Unable to upload new APK file to Android Play store

android, google-play

Solution

In my case I had to add android:debuggable="false" into manifest.. Worked even without few days ago.

Problem

I'm getting below error while trying to upload new APK file. Upload failed You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.

Original source