RPG Maker MV

RPG Maker MV

Faytless 2015 年 10 月 27 日 上午 3:08
Tutorial: Manual Method -- Converting to APK
Hey guys,


Here is a TL:DR version of how to convert your project to Android using the Method provided by RPG Maker MV's KB. Yes, Seriously it's TL:DR and its still 8 minutes.

If you're looking for the XDK method, here it is
http://steamcommunity.com/app/363890/discussions/0/483368526572727451/#p3


VIDEO;



http://forums.rpgmakerweb.com/index.php?/topic/47780-androidios-tldr-converting-your-project-using-the-manual-method/



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

will be referenced in the tutorial.

https://www.dropbox.com/s/x78v4qgh6livewo/TomsSystemPathMaker.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



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.com/technetwork/java/javase/downloads/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.android.com/sdk/installing/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.org/crosswalk/releases/crosswalk/android/stable/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.com/s/o6ygika5ob364vo/Icons%20Pack.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!


最后由 Faytless 编辑于; 2015 年 10 月 27 日 上午 7:40
< >
正在显示第 1 - 10 条,共 10 条留言
Faytless 2015 年 10 月 27 日 下午 5:19 
^
NeoSoulKuja 2017 年 7 月 1 日 上午 1:05 
Command prompt gives error on finding versions on java and python
Селестия :3 2018 年 3 月 29 日 下午 8:57 
link to crosswalk-10.39.235.16 is broken
can anyone reupload it?
JT 2018 年 3 月 30 日 上午 6:52 
引用自 Селестия :3
link to crosswalk-10.39.235.16 is broken
can anyone reupload it?

https://crosswalk-project.org/documentation/downloads.html

Keep in mind that Crosswalk has been dead for about a year now and to not really expect any help if issues arise from it.
Faytless 2018 年 3 月 30 日 上午 10:22 
In case you need a video

https://www.youtube.com/watch?v=69jnA-aAKdU&index=4&list=PLppZ5Xfek1kGMH83RLWEi8-skXTbgxpm3&t=0s

I also have links to the files ill post later when I get off work.
keep in mind, this is a very old post.
最后由 Faytless 编辑于; 2018 年 3 月 30 日 上午 11:33
Селестия :3 2018 年 3 月 31 日 上午 1:43 
引用自 TehGuy
引用自 Селестия :3
link to crosswalk-10.39.235.16 is broken
can anyone reupload it?

https://crosswalk-project.org/documentation/downloads.html

cant find here 10.39.235.16 :steamsad:



引用自 Faytless

I also have links to the files ill post later when I get off work.
keep in mind, this is a very old post.

thx!
JT 2018 年 3 月 31 日 上午 7:36 
引用自 Селестия :3
引用自 TehGuy

https://crosswalk-project.org/documentation/downloads.html

cant find here 10.39.235.16 :steamsad:

thx!

the process for using the most recently published version (23.53.589.4) isn't going to be any different and really only benefits you.
Faytless 2018 年 3 月 31 日 下午 12:35 
https://www.dropbox.com/s/9idijlq0e4x78f8/Android%20Conversion%20Pack.zip?dl=0

Im not sure which I've included in this pack, its fairly old, but here you go
Селестия :3 2018 年 3 月 31 日 下午 8:44 
引用自 Faytless
https://www.dropbox.com/s/9idijlq0e4x78f8/Android%20Conversion%20Pack.zip?dl=0

Im not sure which I've included in this pack, its fairly old, but here you go
thnx!!!

Impulse 2019 年 2 月 2 日 下午 5:06 
I really hate to Necropost, but I can't find a discussion on this topic anywhere else. Is this method still possible with an 100% finished game? I finished a game on MV a couple months ago and wanted to send it to my friends to play, but unfortunately most of them do not own computers. So I was hoping to switch the controls and everything over to an Android APK file
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50

发帖日期: 2015 年 10 月 27 日 上午 3:08
回复数: 10