Unable to upload new APK file to Android Play store
In my case I had to add android:debuggable="false" into manifest.. Worked even without few days ago.
If you're using Android Studio, the simplest way is to open the "Build Variant" toolbar on the left bottom and change it from "Debug" to "Release" then "Build" -> "Generated Signed APK".