RPG Maker MV

RPG Maker MV

Not enough ratings
TL:DR Guide of Converting Project to Android using the MANUAL METHOD
By Faytless
https://www.youtube.com/watch?v=ImTQpvWcbcE



Before we continue, you need to see if you can run my custom application. This

will be referenced in the tutorial.

https://www.dropbox....hMaker.exe?dl=0

Please Download this app, and run it as administrator. If you get an error, you likely need to install .net 2 or 3.0 and try again

screenshto.png







1. Install Python (write env. variables, custom install, system var, install to C:\)

https://www.python.org/downloads/



2. Install Java (take note of install path)

http://www.oracle.co...oads/index.html



3. Download Ant and extract to C:\

http://ant.apache.org/bindownload.cgi



4. Install Android SDK, (install to root of C:\, don't run automatically)

http://developer.and...ling/index.html



a. go to the folder now right click on SDK manager click run as admin

b. if this doesn't open, EEK. You need to find out why its not. You can ask here -- watch my troubleshoot video (not up yet) -- or google

c. Install SDK Platform Tools, SDK Build Tools, Everything in 5.1.1, and google USB drivers. ( this will take a while)



5. Download a crosswalk template extract to C:\ (zip)

https://download.01....e/10.39.235.16/



6. Download Tom's Pathomitizer and RUN AS ADMINISTRATOR (This is custom application I wrote)

Read the EULA, If you agree, continue.

a. click the check box to unlock back up, click back up path

b. Click Find Java Path, then go through and find your Java Folder. It should end in a bunch of numbers

c. Click Find Ant, find your Ant folder

d. Click Find Android SDK, navigate to your android SDK folder

e. Click Register Paths, if it worked, you will get a message.

f. Open command prompt with admin privileges.

a. Type in Python --version

b. java -version

c. adb version

If you get version numbers for all, you're doing it right

7. Export your RPG Maker Game to somewhere you can find.

8. If you have your own icons and Manifest, you can ignore this and go to the next step

Otherwise, Download my Icons pack,

https://www.dropbox....s Pack.zip?dl=0



extract this in your www/icons folder. If you

want to make your own icons, use those images but dont change the name and resolution

when finished, go back to my program



a. Click find next to www. select your www folder. Make sure your path ends in www.

b. Click the box below and find your crosswalk folder that you extracted.



(if you already have your icons and manifests done before hand, you can just select your www folder and crosswalk folder, then click compile apk to finish)

(if you have no idea what I'm talking about, ignore this)



c. Enter the name of your game, version number, orientation

d. Click Compile Manifest

e. enter your AppID (i.e. com.example.sample) in that format.

f. click Compile APK, give this a while

g. Move appropriate APK to device to test!
   
Award
Favorite
Favorited
Unfavorite
Video
13 Comments
墨墨小仙女的陈先生 Jun 28, 2017 @ 2:30am 
Very thank you
墨墨小仙女的陈先生 Jun 28, 2017 @ 2:30am 
what do i learn to make an app?
墨墨小仙女的陈先生 Jun 28, 2017 @ 2:28am 
I don't understand,and that i in china .So can you tall me what should i learn
Faytless  [author] Jun 26, 2017 @ 8:51pm 
this is the method you should be using now.
墨墨小仙女的陈先生 Jun 26, 2017 @ 8:50pm 
this is a new method?
Lilobik Oct 29, 2015 @ 9:16am 
You can screen and file path, poorly understand
Faytless  [author] Oct 29, 2015 @ 9:03am 
The good news is that the error is happening to me too. What is the name of your crosswalk template?
Faytless  [author] Oct 29, 2015 @ 6:55am 
Hrm, that means that you compiled your either with the wrong library, OR your device is not compadible with RPG maker.

You you send me the APK? I can install it on my phone to test if it installs okay. If it does, its your device and not your game.

Theres information floating around that you need to install XwalkRuntimeLib.apk.. but i've been looking all over for a link for you to get this from without much luck.

Send me a copy of your APK and lets test from there. You can also send your project to me too if you want me to see if I can compile the APK for you.