Hi All,
I am getting below issue in Android 9 (API 28)
Caused by: java.io.IOException: Cleartext HTTP traffic to host not permitted.
For this issue resolve I am fallowing this link https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted
Please suggest how to modify AndroidManifest.xml file. I tried to add(android:usesCleartextTraffic="true"
) through SDK path( C:\Users\\AppData\Local\Android\Sdk\platforms\android-28\templates) AndroidManifest.template but, while generating apk in deployment folder(..\deploy\Android1\android_template\app\AndroidManifest.xml) it is not modifying.