Warning: Declaration of action_plugin_linebreak::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/action.php on line 41
Warning: Declaration of action_plugin_markdownextra::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/markdownextra/action.php on line 16
Warning: Declaration of action_plugin_syntaxhighlighter3_action::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/syntaxhighlighter3/action/action.php on line 28
====== 001 Android環境の構築(4.10) ======
===== 概要 =====
UE4でも通常のAndroid開発と同様に、Android SDK/NDK, JDK, Ant のインストールが必要ですが、とても簡単になっています。
\\
\\
===== 環境のインストール =====
//C:\Program Files (x86)\Epic Games\4.10\Engine\Extras\AndroidWorks\Win64// の中の
//AndroidWorks-1R1-windows.exe//を実行する。
\\
\\
===== Androidパッケージの出力方法 =====
[ファイル]の [プロジェクトをパッケージ化]から[Android]を選択して出力するテクスチャフォーマットを指定してパッケージを作成出来ます。
{{:wiki:tips:20160302201.png|}}
Android端末のUSBデバッグをONにして、作成したパッケージのbatファイルを実行すればインストールが開始されます。
\\
\\
\\
===== 起動すると「No Google Play Store Key」ダイアログメッセージが表示される場合 =====
{{:wiki:tips:screenshot_2016030301.png|}}
インストールのために実行するbatを間違えている可能性があります。
Install_Game01_Development-armv7-es2.bat
Install_Game01_NoOBBInstall_Development-armv7-es2.bat
の様に二つのbatファイルが生成されているはずですが、署名なしで起動できるのは//NoOBBInstall//と付いていない、 //Install_Game01_Development-armv7-es2.bat// の方です。