以前のリビジョンの文書です
—-
Warning: Declaration of syntax_plugin_markdownextra::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/markdownextra/syntax.php on line
38
Warning: Declaration of syntax_plugin_markdownextra::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/markdownextra/syntax.php on line
47
Warning: Declaration of syntax_plugin_syntaxhighlighter3_syntax::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/syntaxhighlighter3/syntax/syntax.php on line
53
Warning: Declaration of syntax_plugin_syntaxhighlighter3_syntax::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/syntaxhighlighter3/syntax/syntax.php on line
82
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]を選択して出力するテクスチャフォーマットを指定してパッケージを作成出来ます。