Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

29 lines (28 loc) · 1.68 KB

ParaCraftMobile

How to build android apk on windows

Dependencies

Setup Enviroment

  • $ANDROID_SDK_ROOT
  • $NDK_ROOT
  • $ANT_ROOT
  • $JAVA_HOME
  • Add the root path of python 2.7 to $Path

Building Steps

  • Download Cocos2d-x-3.6 and unzip to [ParaEngine\Mobile\trunk\ParaCraftMobile\frameworks\cocos2d-x]
  • Setup Cocos environment. Reference
  • Download external and unzip to [ParaEngine\Mobile\trunk\ParaCraftMobile\frameworks\runtime-src\external]
  • Download res and unzip to [ParaEngine\Mobile\trunk\ParaCraftMobile\res]
  • Run [BuildAndriodDebug.bat] or [BuildAndriodRelease.bat]

Main location of files

ParaCraftMobile\frameworks\cocos2d-x
ParaCraftMobile\frameworks\runtime-src\external
ParaCraftMobile\res
ParaCraftMobile\BuildAndriodDebug.bat