How to download Android with Setup.bat

Hi!

I looked documentries, followed theirs steps but still couldn’t find TADP installation folder, neither in my computer or on GitHub. And now Setup.bat is downloading files except Android. Am i doing something wrong?

Hi!

Setup.bat download and install Prerequisites which include TADP.

In Unreal root directory \Engine\Extras\Android

Or you can download from Game Development Tools, SDKs, and Partner Engines | NVIDIA Developer

Note that the one we include in Engine\Extras is set to only install the minimal components needed for UE4, so it will install much less stuff by default.

thank you for your answer. i have one more question. can i make and build an Android game without a device (because i am using windows phone)?

sorry for asking so many questions

Yes,you can packaging project without android device. But you need know, which API will supported. Because many features not supported on oldest device, and you need optimise geometry, materials and textures. And packaging with Android All preset do not give needed result. That is why you all still need to have a device for testing.