- Joined
- Feb 28, 2017
- Messages
- 28
- Reaction score
- 0
- First Language
- spanish
- Primarily Uses
- RMMV
I am trying to create an application in Android Studio with a test of a RPG Maker MZ game.
It seems to work, because when you start the app it loads the game's index.html file, but it happens the same as when you open that file in the browser. What gives this error:
Mistake
Your browser does not allow reading local files.
I know that this error is normal in browsers and can be solved by changing a security option.
But of course, in Android studio I don't know what to do anymore. I have tried giving read and write permissions, I have implemented the WebView.
The issue is that the app works, but it can't access the game files.
Try with wkwebview-engine from cordova and if it loads the application and the game is seen. But I want to try not using wkwebview-engine to see if it fixes some graphical issues I'm getting.
I've seen on the internet that sometimes, depending on which programs you use to generate the application, it can be better or worse.
If someone can help me and give me ideas of what to do or what commands to enter in the Android studio files to try.
THANK YOU!
It seems to work, because when you start the app it loads the game's index.html file, but it happens the same as when you open that file in the browser. What gives this error:
Mistake
Your browser does not allow reading local files.
I know that this error is normal in browsers and can be solved by changing a security option.
But of course, in Android studio I don't know what to do anymore. I have tried giving read and write permissions, I have implemented the WebView.
The issue is that the app works, but it can't access the game files.
Try with wkwebview-engine from cordova and if it loads the application and the game is seen. But I want to try not using wkwebview-engine to see if it fixes some graphical issues I'm getting.
I've seen on the internet that sometimes, depending on which programs you use to generate the application, it can be better or worse.
If someone can help me and give me ideas of what to do or what commands to enter in the Android studio files to try.
THANK YOU!