How do I Access Local Files in Android

0 favourites
  • 3 posts
From the Asset Store
Ludo Local Multiplayer board game can be played by 2 to 4 players
  • I wanted to access my locally stored json files. Would reading the files locally work using AJAX? But it seems having a file://<path> is not allowed. Please advice other possible approach. Thanks.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • This is a security tradeoff with BRowsers. System security. Accessing files without valid permission will fail. And Browsers are really strict on accessing any files outside of the server domain directory. Any files you want I suggest including into the project files list at the project heirarchy(right click include on the file folder). Then at run time you can use AJAX to directly access the file.

    If you want free roaming file access to android directory structure. There isn't one. Yet. As for reasons noted above. i think there is Cordova feature that let us so, but there is no implementation of it as of yet under any platforms.

  • Thanks for the confirmation, somehow I knew this answer is coming. I hope construct 2 can have a a local data access plugin implementation similar to Cordova . For the current work around ^^. hello global variable!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)