Tutorial How to make an Android port for RPG Maker MV

Screwthename

Member
Game Developer
Feb 21, 2019
306
648
Hello master, I tried your method and successfully ran the RPGMV game on an Android phone. Thank you very much.
I have a new question now, about whether Unity games can also be deployed on Android phones. I don’t know if there are any relevant tutorials here. Maybe I didn’t find them. Can Unity’s adult games also be run on Android phones? , I wonder if you can give me some guidance? Thank you so much
Heyo !!!
Well, this here is mostly for devs, so that they can make sure they game are easily playable on android ^^
As for Unity, I can't help you, I have absolutly no idea how the engine works or anything ^^'
 

Inocless

Newbie
Game Developer
Mar 26, 2021
92
323
Hi, I followed the entire tutorial step by step but I'm encountering this error when I try to create the apk file.


Capture.PNG
 

Screwthename

Member
Game Developer
Feb 21, 2019
306
648
Did you find how to fix it?

I also did everything like the tutorial, but when I make the apk I get that.
Sadly, I have no idea what can cause that. If I find something, I'll tell you, but can help much for the moment, sorry :/
 

EroTops

New Member
Nov 22, 2022
14
3
Sadly, I have no idea what can cause that. If I find something, I'll tell you, but can help much for the moment, sorry :/
It's ok, I fixed it, it was just updating a couple of things, but I'm having an error in the apk, the audios you mention, the rpg maker gives me the encrypted audios, but testing the apk gives me that error of the audios that you had said.

Is there a program to solve this?
 

Screwthename

Member
Game Developer
Feb 21, 2019
306
648
It's ok, I fixed it, it was just updating a couple of things, but I'm having an error in the apk, the audios you mention, the rpg maker gives me the encrypted audios, but testing the apk gives me that error of the audios that you had said.

Is there a program to solve this?
Okay, i see !
To avoid this problem, you need to make sure you have all your audio file in the .ogg and .m4a format in the folder. if you need to convert some, you should be able to find some on the waeb (but most free converter have a limited use everyday :/).
Also, you need to make sure you don't encrypt the files (you have the option to choose when make the RPGM deployment), else it can mess up the port.
I don't how this all work, so I'm just following what worked for me ^^'
Hope this helps !