Hi ! In this post i will show you how to packet your Unreal engine games for android with super easy way.
Unreal Engine packeting for Android
Firstly you need ue4.If you get ue4 from Epic Launcher you not req. to build engine for Android.
But if you downloaded source code from github you must do another way.
Launcher way(windows):
Goto /Uefolder/Engine/extras/Android
and EXPRESS install tadp-xxx-windows.exe
.
When its done open Ue4 and your project go to
File –> Package Project –> Android (All)
select a localtion for export folder.
and your apk file will in your selected folder.
Source Code Way:
Firstly,
Goto /Uefolder/Engine/extras/Android
and EXPRESS install tadp-xxx-windows.exe
.
and go to Ue4 folders root.
Open GenerateProjectFiles.bat
and open UE4.sln
and build for Android in Development(if you will publish your game select Shippment client)
When its done open Ue4 and your project go to
File –> Package Project –> Android (All)
select a localtion for export folder.
and your apk file will in your selected folder.
I hope i help you.
See you next time.