Hi,
I have one json file under “assets/json/data.json”. I’m able to load this json while testing on browser however after installing APK on Android json is not loading.
Please help me to find the solution for this.
Hi,
I have one json file under “assets/json/data.json”. I’m able to load this json while testing on browser however after installing APK on Android json is not loading.
Please help me to find the solution for this.
How can you load in browser ? What is your code ?
Try it www/assets/json/data.json
Still not working. I tried above mentioned path
You still haven’t answered @hmtylmz’s question about the code that is attempting to load this resource. And please don’t post it as another image.
Issue got fixed. For locating local json i used “file:///android_asset/www/” path format.