2015-03-24 08:35:52 -04:00
Availability: Public
Title: Android Quick Start
Crumbs:%ROOT%, Platforms, Platforms/Android
Description:Setting up for development for the Android platform.
2015-08-21 10:15:32 -04:00
Version:4.9
Skilllevel:Intermediate
2015-03-24 08:35:52 -04:00
2015-06-17 15:00:10 -04:00
[VAR:Topic]
[OBJECT:Topic]
[PARAM:image]

[/PARAM]
[PARAM:title]
%Platforms/Android/GettingStarted:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Platforms/Android/GettingStarted]
[/PARAM]
[PARAM:description]
%Platforms/Android/GettingStarted:description%
[/PARAM]
[/OBJECT]
[/VAR]
2015-03-24 08:35:52 -04:00
2015-06-17 15:00:10 -04:00
[VAR:TopicCompact]
[OBJECT:TopicCompact]
[PARAM:image]

[/PARAM]
[PARAM:title]
%Platforms/Android/GettingStarted:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Platforms/Android/GettingStarted]
[/PARAM]
[PARAM:description]
%Platforms/Android/GettingStarted:description%
[/PARAM]
[/OBJECT]
[/VAR]
2015-03-24 08:35:52 -04:00
2015-09-09 10:21:58 -04:00
The Android Quick Start will walk you through setting up your computer and your Android device for deployment, as well as putting a template game on your device using both the launching and packaging features.
2015-03-24 08:35:52 -04:00
2015-09-09 10:21:58 -04:00
## Goals
The focus of the Android Quick start is to walk you through the basics of setting up your PC or Mac for Android Development with UE4.
## Objectives
* Install and setup the Android SDK.
* Setting up your Android device for development.
* Creating a project that is targeted towards Android mobile development.
* How to deploy a level to your Android device
* How to package your game for release.
2015-06-16 10:51:43 -04:00
2015-03-24 08:35:52 -04:00
[OBJECT:TopicButtonList]
[PARAM:icon]
(convert:false)
[/PARAM]
[PARAM:title]
Steps
[/PARAM]
[PARAM:description]
[/PARAM]
[PARAM:links]
* [](Platforms/Android/GettingStarted/1 "%Platforms/Android/GettingStarted/1:description%")
* [](Platforms/Android/GettingStarted/2 "%Platforms/Android/GettingStarted/2:description%")
* [](Platforms/Android/GettingStarted/3 "%Platforms/Android/GettingStarted/3:description%")
* [](Platforms/Android/GettingStarted/4 "%Platforms/Android/GettingStarted/4:description%")
* [](Platforms/Android/GettingStarted/5 "%Platforms/Android/GettingStarted/5:description%")
* [](Platforms/Android/GettingStarted/6 "%Platforms/Android/GettingStarted/6:description%")
[/PARAM]
[/OBJECT]
2015-09-09 10:21:58 -04:00
[region:note]
This guide uses **Android Works** as the Android SDK, but if you would like to know how to set up another SDK for use with Unreal Engine 4.0, please checkout the [](Platforms\Android\Reference) page.
[/region]