- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,440
- First Language
- French
- Primarily Uses
- RMMV
Hello,
I have a very annoying error, when i try to run rpg maker apk to Android
After a functional test on a emulator [very laggy on XDK]
I export my [.APK] on my Android 4.4.2 tablet [Cube Talk 9X U65GT]
he can run eavy game very fast !
i get this error
[ Your browser does not support Web Audio API ]
-Does this problem is native rpg maker MV ?
-Or the way, I compiled the application?
-Or is there a solution to build an application compatible on Android 4.4
Works on Android 5.0, but few people have this version for now.
I find this very annoying problem for the price of the software that was justified for deployment on Android and iOS platforms.
Tankyou for the supports, friends
Here print screen of my build on XDK
And here the line generate this SAD error
Inside rpg_managers.js line 1532
I have a very annoying error, when i try to run rpg maker apk to Android
After a functional test on a emulator [very laggy on XDK]
I export my [.APK] on my Android 4.4.2 tablet [Cube Talk 9X U65GT]
he can run eavy game very fast !
i get this error
[ Your browser does not support Web Audio API ]
-Does this problem is native rpg maker MV ?
-Or the way, I compiled the application?
-Or is there a solution to build an application compatible on Android 4.4
Works on Android 5.0, but few people have this version for now.
I find this very annoying problem for the price of the software that was justified for deployment on Android and iOS platforms.
Tankyou for the supports, friends
Here print screen of my build on XDK
And here the line generate this SAD error
Inside rpg_managers.js line 1532
Code:
SceneManager.initAudio = function() {
var noAudio = Utils.isOptionValid('noaudio');
if (!WebAudio.initialize(noAudio) && !noAudio) {
throw new Error('Your browser does not support Web Audio API.');
}
};
Last edited by a moderator:



