Files
UnrealEngineUWP/Engine/Documentation/Source/Platforms/Android/GettingStarted/AndroidQuickStart.INT.udn
Sam Deiter e689447d9d #UE4 Docs: Applying feedback to the Android QS for PC and Mac.
#Code_Review lauren.ridge, jeff.wilson, ian.shadden, wes.bunn, sean.gribbin

[CL 2684616 by Sam Deiter in Main branch]
2015-09-09 10:21:58 -04:00

80 lines
2.4 KiB
Plaintext

Availability: Public
Title: Android Quick Start
Crumbs:%ROOT%, Platforms, Platforms/Android
Description:Setting up for development for the Android platform.
Version:4.9
Skilllevel:Intermediate
[VAR:Topic]
[OBJECT:Topic]
[PARAM:image]
![](AndroidTopic.jpg)
[/PARAM]
[PARAM:title]
%Platforms/Android/GettingStarted:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Platforms/Android/GettingStarted]
[/PARAM]
[PARAM:description]
%Platforms/Android/GettingStarted:description%
[/PARAM]
[/OBJECT]
[/VAR]
[VAR:TopicCompact]
[OBJECT:TopicCompact]
[PARAM:image]
![](AndroidTopic.jpg)
[/PARAM]
[PARAM:title]
%Platforms/Android/GettingStarted:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Platforms/Android/GettingStarted]
[/PARAM]
[PARAM:description]
%Platforms/Android/GettingStarted:description%
[/PARAM]
[/OBJECT]
[/VAR]
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.
## 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.
[OBJECT:TopicButtonList]
[PARAM:icon]
![](%ROOT%/build_icon.png)(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]
[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]