Export iOS and Android Projects

I am wondering if Unreal engine can package games to be just iOS and Android projects rather than just binary packages? Unity 4 can export these projects.

Hello Li,

I am not 100% sure what you mean when you say export, but you can absolutely create both apk and ipa files from the Unreal Editor. Hope that helps!

Thank you for the response. What I mean, for example, is to build my game not to be an apk file but a Android project, so that I can use Eclipse to open and build it. This allows me to add some additional 3rd party SDKs and my own code into the game project.

The same thing for iOS. I need an XCode project not an ipa file.

Thanks a lot!

Thank you for the response. What I mean, for example, is to build my game not to be an apk file but a Android project, so that I can use Eclipse to open and build it. This allows me to add some additional 3rd party SDKs and my own code into the game project.

The same thing for iOS. I need an XCode project not an ipa file.

Thanks a lot!

After building my Android and iOS projects and digging into the project’s directories, I found the following folder:

{Project Root Folder}\Intermediate\Android\APK looks like an Android project.

Will confirm it later.

Hi Josh:

When packaging a game in Unity for Android, you can choose either to generate an .apk file or export an Android project.

We need to display VR in first page of android project , I can find /Binaries/Android/.apk file and /Intermediate/android/apk folder.
We need to export this project in android studio.
Can you please explain how to implement it ?

We need to display VR in first page of android project , I can find /Binaries/Android/.apk file and /Intermediate/android/apk folder.
We need to export this project in android studio.
Can you please explain how to implement it ?