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

Warning: Cannot modify header information - headers already sent by (output started at /home/stepism/www/ue4/wiki/lib/plugins/linebreak/action.php:0) in /home/stepism/www/ue4/wiki/inc/auth.php on line 430

Warning: Declaration of syntax_plugin_linebreak::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line 52

Warning: Declaration of syntax_plugin_linebreak::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/stepism/www/ue4/wiki/lib/plugins/linebreak/action.php:0) in /home/stepism/www/ue4/wiki/inc/actions.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/stepism/www/ue4/wiki/lib/plugins/linebreak/action.php:0) in /home/stepism/www/ue4/wiki/lib/tpl/dokuwiki/main.php on line 12
001 Android環境の構築(4.10) [stepism@UE4メモ]

ユーザ用ツール

サイト用ツール


wiki:tips:001

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]を選択して出力するテクスチャフォーマットを指定してパッケージを作成出来ます。

Android端末のUSBデバッグをONにして、作成したパッケージのbatファイルを実行すればインストールが開始されます。



起動すると「No Google Play Store Key」ダイアログメッセージが表示される場合

インストールのために実行するbatを間違えている可能性があります。

Install_Game01_Development-armv7-es2.bat 
Install_Game01_NoOBBInstall_Development-armv7-es2.bat 

の様に二つのbatファイルが生成されているはずですが、署名なしで起動できるのはNoOBBInstallと付いていない、 Install_Game01_Development-armv7-es2.bat の方です。

wiki/tips/001.txt · 最終更新: 2016/03/14 23:01 by step