forked from AtomicGameEngine/AtomicGameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Building From the Editor
LaraEngebretson edited this page Oct 13, 2015
·
6 revisions
Once the setup steps are completed, the project is ready to be deployed from the editor.
Shift + Ctrl (Cmd ) + B – Opens the Build Settings dialog. Click the Android icon and select Set Current Platform.
Assign App Name, App Package (a unique name using app store naming guidelines), Company Name, and Product Name.

- Assign the Android SDK Path. Once this is selected the API Level should update automatically, if not, click Refresh.
- Assign the Ant Path (this is the folder that contains ant.bat)
- Assign the JDK Root (windows only)

Click Ok to save the changes.
Ctrl (Cmd) + B – Opens the Build window
Choose a folder to save the deployment. The Android-Build folder will be generated here, this folder contains the application's libraries and serialized assets.
Click Build
The application will launch on device once the build is complete.
Home | Copyright (c) 2014 - 2016 THUNDERBEAST GAMES LLC
Building From Source
- Quick and Easy Method
- Building using Visual Studio 2015
- Building using XCode
- Building using QtCreator
Android Deployment