Код: Выделить всё
java.net.UnknownServiceException: CLEARTEXT communication to testua.gettest.com not permitted by network security policy
Cause of the java.net.UnknownServiceException: CLEARTEXT communication not permitted
This error occurs in Android 9 (API level 28) and above, where cleartext (HTTP) communication is blocked by default due to security policies. Your app is likely trying to make an HTTP (non-HTTPS) request, but the system rejects it.
Подробнее здесь: https://stackoverflow.com/questions/794 ... -not-permi
Мобильная версия