Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: How to create an .apk file for Rpg Maker MZ (not MV)
- Original author: Saliacoel
- Original date: May 14, 2022
- Source thread: https://forums.rpgmakerweb.com/threads/how-to-create-an-apk-file-for-rpg-maker-mz-not-mv.147603/
- Source forum path: Game Development Engines > RPG Maker MZ Support
Summary
There are a ton of tutorials for MV, but after hours and hours of trying I give up. APKCR a program from a russian programmer alerted my anti-virus - also it did not work (the program just closed itself). AltimitSystems Android-Stuiod Project (for MV)
Archived First Post
There are a ton of tutorials for MV, but after hours and hours of trying I give up.
APKCR
a program from a russian programmer alerted my anti-virus - also it did not work (the program just closed itself).
AltimitSystems Android-Stuiod Project (for MV)
I had a bit more success with the Builder-Project from felixjones: https://github.com/AltimitSystems/mv-android-client
I needed to download Android Studio 4.0.1, since I got some errors with the newer Android Studios.
and it worked, I had an apk in the end, but it was unable to load some layer files (its able to load on playtest on pc).
I guess it's because its a project for MV, and I'm having a MZ Project.
Is there any working Android Studio project, just like the one from AltimitSystems, but it works for MZ too?
UPDATE 19 May 2022
Problem Solved:
The problem was:
AFTER building the apk, the android machine had problems finding files through names.
Special characters in file names like the minus or hyphen "-" in the file name caused troubles.
Also file names need to be case sensitive, watch out that the file names are all lower case, and there is no upper case endings like .PNG instead a .png
APKCR
a program from a russian programmer alerted my anti-virus - also it did not work (the program just closed itself).
AltimitSystems Android-Stuiod Project (for MV)
I had a bit more success with the Builder-Project from felixjones: https://github.com/AltimitSystems/mv-android-client
I needed to download Android Studio 4.0.1, since I got some errors with the newer Android Studios.
and it worked, I had an apk in the end, but it was unable to load some layer files (its able to load on playtest on pc).
I guess it's because its a project for MV, and I'm having a MZ Project.
Is there any working Android Studio project, just like the one from AltimitSystems, but it works for MZ too?
UPDATE 19 May 2022
Problem Solved:
The problem was:
AFTER building the apk, the android machine had problems finding files through names.
Special characters in file names like the minus or hyphen "-" in the file name caused troubles.
Also file names need to be case sensitive, watch out that the file names are all lower case, and there is no upper case endings like .PNG instead a .png
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...