Код: Выделить всё
**You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play**
я изменил, как это
p> manifast.xml>
Код: Выделить всё
< /code>
и в моем build.grable (module) < /p>
android {
buildTypes {
debug {
debuggable false
}
}
Подробнее здесь: https://stackoverflow.com/questions/322 ... e-debuggin
Мобильная версия