hanatharesh2712 commented on issue #397:
URL:
https://github.com/apache/cordova-plugin-file/issues/397#issuecomment-743238322
@fabien44300 Not able to build the app with above settings with cordova
android 8.1.0
I set it like as below:
```
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge"
target="/manifest/application">
<application android:usesCleartextTraffic="true" />
<application android:requestLegacyExternalStorage="true" />
</edit-config>
```
Which Cordova version are you using?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]