Files
UnrealEngineUWP/Engine/Documentation/Source/Platforms/Android/LegacyAndroidDevelopment/LegacyAndroidDevelopment.INT.udn
2016-07-27 14:10:01 -04:00

222 lines
6.4 KiB
Plaintext

Availability: Public
Title: Legacy Android Development
Crumbs:%ROOT%, Platforms
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.
[/REGION]
1. Navigate to the TADP installation folder:
| Install Type | Location |
| ------------ | ---------|
| Binary | [EngineInstallLocation]\Unreal Engine\[EngineVersion]\Engine\Extras\Android |
| GitHub | [EngineSyncLocation\UE4\Engine\Extras\Android |
1. **Double-click** on `tadp-2.0r8-windows.exe`.
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_1.png)(w:450)
1. Select **I accept the agreement**, then click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_2.png)(w:450)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_3.png)(w:450)
1. Select the **Express** install, then click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_4.png)(w:450)
1. Make sure that the install location is `C:\NVPACK`.
![](Platforms\Android\GettingStarted\1\tadpinstaller_5.png)(w:450)
1. Verify that the list of components to install matches this list:
![](Platforms\Android\GettingStarted\1\tadpinstaller_6.png)(w:450)
1. Enter a proxy if needed:
![](Platforms\Android\GettingStarted\1\tadpinstaller_7.png)(w:450)
1. Click **Next**. You will need an internet connection and this step may take a few minutes.
![](Platforms\Android\GettingStarted\1\tadpinstaller_8.png)(w:450)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_9.png)(w:450)
1. The installer should run, and this will take some time.
![](Platforms\Android\GettingStarted\1\tadpinstaller_10.png)(w:450)
1. If you are prompted with a warning about the software publisher, select **Install this driver software anyway**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_11.png)
1. When prompted about saving files after the install, you can select either **Yes** or **No**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_12.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\tadpinstaller_13.png)(w:450)
1. Verify that all the components have been installed correctly.
![](Platforms\Android\GettingStarted\1\tadpinstaller_14.png)(w:450)
1. Uncheck View Readme File, then click Finish.
![](Platforms\Android\GettingStarted\1\tadpinstaller_15.png)(w:450)
[/EXCERPT:WindowsSetup]
[EXCERPT:MacOSSetup]
[region:tip]
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).
1. Navigate to the TADP installation folder:
| Install Type | Location |
| --- | --- |
| Binary | [EngineInstallLocation]\Unreal Engine[EngineVersion]\Engine\Extras\Android |
| GitHub | [EngineSyncLocation\UE4\Engine\Extras\Android |
1. **Double-click** on tadp-3.0r4-osx.dmg. This should mount TADP installer disk image and open its window.
1. **Double-click** TADP installer icon.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-00.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-01.png)
1. Select the **I accept the agreement** option and then click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-02.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-03.png)
1. Select the **Express** install, then click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-04.png)
1. Select the install location.
[region:note]
It is perfectly fine to leave this set to the default location.
[/region]
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-05.png)
1. Verify that the list of components to install matches what is in the image below.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-06.png)
1. Enter a proxy if needed.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-07.png)
1. Click **Next**.
[region:note]
For this part of the setup will take a few minutes to completed and you will need an internet connection to complete it.
[/region]
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-08.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-09.png)
1. The installer will now run and it will take some time for it complete it's install.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-10.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-11.png)
1. Click **Next**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-12.png)
1. Verify that all the components have been installed correctly.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-13.png)
1. Uncheck both **View Readme File** and **Browse Documentation**, then click **Finish**.
![](Platforms\Android\GettingStarted\1\Tadp_Mac_Setup-14.png)
[/EXCERPT:MacOSSetup]
-->