Hello2!
Past these few weeks, I have been trying to export my RMMV project to Android, and I have got some issues after install it to the Android phone itself.
The procedure:
At first, I deploy the project into Android/Ios, and then build the Cordova package using Intel XDK,
then
I extract the .zip into a folder. Next, I run Cordova command inside the extracted .zip folder. ('Cordova platform add android', and then 'Cordova build android').
I have tried to run it using my PC (build in Android emulator), and it works fine.
But when I try to run the apk debug (from the output folder) into my device (LG with 4.4 Kitkat), the screen goes flashing black screen like an S.O.S light and then turns pitch black.
What I have tried so far:
- Adding temp fix, the command line 1720 on rpg_core.js
Graphics._cssFontLoading = false
(The problem is still there.)
- Deploy a blank project, build using the same method. (Success going into the Title Screen and then flashing black screen appears again, then turn into a black screen.)
- Create the debug app and build using Cordova command, still no luck.
I am using RMMV version 1.5, is downgrade the only way out here? (I manage to deploy fine before, iirc, at the version 1.3.4.)
Thank you