Description:Setting up TADP for Legacy Android Development
Platform:Android
Navigation:platform
Version:4.8
Skilllevel:Intermediate
If you are using Unreal Engine version **4.8** and want to develop for Android you will need to install and use the **Tegra Android Development Pack** or **TADP** for short.
In the following document you will be shown how to install TADP on your development PC.
[region:note]
Android Works **will not** work with Unreal Engine 4.8. If you have installed **Android Works** you will need to uninstall it and re-start your development PC before installing TADP.
[/region]
%Globals:OSSelect%
[OBJECT:ToggleButtonContent]
[PARAMLITERAL:category]
OS
[/PARAMLITERAL]
[PARAMLITERAL:id]
windows
[/PARAMLITERAL]
[PARAMLITERAL:active]
active_button_content
[/PARAMLITERAL]
[PARAM:content]
[INCLUDE:#WindowsSetup]
[/PARAM]
[/OBJECT]
[OBJECT:ToggleButtonContent]
[PARAMLITERAL:category]
OS
[/PARAMLITERAL]
[PARAMLITERAL:id]
mac
[/PARAMLITERAL]
[PARAMLITERAL:active]
[/PARAMLITERAL]
[PARAM:content]
[INCLUDE:#MacOSSetup]
[/PARAM]
[/OBJECT]
<!--
[EXCERPT:WindowsSetup]
[REGION:tip]
If you already have the Android SDK installed, but your environment variables have been lost, you can skip all of this and simply point the editor to the install locations using the **Edit Menu** -> **Project Settings** -> **Android SDK** properties in the Editor.
It is best to do this step while the editor and launcher are both closed. If you are installing the SDK with them open, you will need to restart both the editor and the launcher before you can work with an Android device.
[/region]
TADP installer and Android SDK tools require that both Java 6 and Java 7 are installed on your Mac.
* **Java 6** can be downloaded from [here](http://support.apple.com/kb/DL1572).
* **Java 7** can be downloaded from [here](http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html).