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: 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

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
wiki:tips:001 [2016/03/02 13:02]
step 作成
wiki:tips:001 [2016/03/14 23:01] (現在)
step
ライン 1: ライン 1:
 ====== 001 Android環境の構築(4.10) ====== ====== 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** +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]を選択して出力するテクスチャフォーマットを指定してパッケージを作成出来ます。 [ファイル]の [プロジェクトをパッケージ化]から[Android]を選択して出力するテクスチャフォーマットを指定してパッケージを作成出来ます。
 {{:​wiki:​tips:​20160302201.png|}} {{:​wiki:​tips:​20160302201.png|}}
 +
 +Android端末のUSBデバッグをONにして、作成したパッケージのbatファイルを実行すればインストールが開始されます。
 +\\
 +\\
 +\\
 +
 +===== 起動すると「No Google Play Store Key」ダイアログメッセージが表示される場合 =====
 +{{:​wiki:​tips:​screenshot_2016030301.png|}}
 +
 +
 +インストールのために実行するbatを間違えている可能性があります。
 +<​code>​Install_Game01_Development-armv7-es2.bat
 +Install_Game01_NoOBBInstall_Development-armv7-es2.bat
 +</​code>​
 +の様に二つのbatファイルが生成されているはずですが、署名なしで起動できるのは//​NoOBBInstall//​と付いていない、 //​Install_Game01_Development-armv7-es2.bat//​ の方です。
  
wiki/tips/001.1456923727.txt.gz · 最終更新: 2016/03/02 13:02 by step