Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to modify AndroidManifest.xml file in Maf 2.6.1

3827857Aug 27 2019 — edited Aug 30 2019

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.

This post has been answered by 3827857 on Aug 30 2019
Jump to Answer
Comments
Post Details
Added on Aug 27 2019
2 comments
436 views