You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/11 14:54:33 UTC

[GitHub] [cordova-plugin-file] hanatharesh2712 commented on issue #397: Attempting to access an external file on Android 10 causes FILE_NOT_FOUND_ERR

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org