Files
UnrealEngineUWP/Engine/Documentation/Source/Platforms/Android/GettingStarted/AndroidQuickStart.CHN.udn
Tianmin Xie 43746343e1 #loc UE4DocCHN. minor improvements
[CL 3104075 by Tianmin Xie in Main branch]
2016-08-29 03:14:04 -04:00

78 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
INTSourceChangelist:3076265
Availability: Public
Title:安卓快速入门
Crumbs:%ROOT%, Platforms, Platforms/Android
Description:Setting up for development for the Android platform.
Version:4.12
Skilllevel:Intermediate
tags:Android
tags:Mobile
type:quickstart
parent:Platforms/Android
order:1
Checkpoint:AndroidQS
[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]
![](AndroidTopic.jpg)
“安卓快速入门”将指导您设置计算机和安卓设备以便进行部署,以及使用启动和打包功能将模板游戏放入您的设备。
## 目的
这篇安卓快速入门旨在帮助用户完成最基础的 PC 或者 Mac 的设置,以便使用虚幻引擎 4 来进行安卓的开发。
## 目标
* 安装并设置 Android SDK。
* 将安卓设备为开发做好准备。
* 为安卓平台开发创建项目。
* 如何将一个关卡场景部署到安卓设备上。
* 如何面向发行版本打包游戏。
[DIR(output:"checkpoint" parent:"Platforms/Android/GettingStarted")]
[region:note]
虚幻引擎 4UE4现在使用一个特别的 Android SDK 版本,叫做 **Android Works**。
这一版本为 UE4 的安卓项目开发做好了准备,如果安装有其他 Android SDK 的话,我们 **强烈建议** 先将它们卸载,然后使用 UE4 中自带的 Android Works 重新安装 Android SDK。
如此来确保当前使用的 Android SDK 能够和 UE4 很好的兼容。
[/region]
[REGION:call_to_action]
[点击开始](Platforms/Android/GettingStarted/1 "%Platforms/Android/GettingStarted/1:title%")
[/REGION]