Android Troubleshooting

less than 1 minute read

Reduce android studio size

: Just uncheck in SDK Manager - More specifically here

## https issue

 "CLEARTEXT communication to XXXX not permitted by network security policy"
  • Androidanifest.xml application
    android:usesCleartextTraffic="true"
    
  • Create a new file

    res/xml/network_security_config.xml ```xml

www.studioexitt.net

```

Leave a comment