Installation guide for android

hi

  can u guyz give me list of things i need to download and install for deploying my game on android device , coz the nividia pack is not working f9 for me . I need all the list of stuff like jdk , android sdk and ndk witch specified version and the environment variables for the same coz i am not able to do same by the doc provided here // https://docs.unrealengine.com/latest/INT/Platforms/Android/Reference/index.html 

thanx

a quick response is needed

We need to know what errors you are seeing. It’s expected that the TADP installer that we include with the engine works and installs everything needed.

Did you restart the editor and launcher after installing TADP?

Josh

the problem is that lots of stuff from installer pack like nadroid sdk ,java jdk ,ndk and ant were already installed on my system. what should be done ?

What didn’t work when you followed that page? You can point the environment variables to your existing locations, and not need TADP.

What errors are you seeing?

the installation with nvidia never completes it just keeps on downloading the stuff after crossing the listed size. So i did installed all the parts separately and set the environment variables for android,java,ant,etc.tried to restart the engine then but still ask to do the android setup while packaging . What can be the issue for this , is it system compatibility issue or just a bug in nvidia pack or engine not able to find out the environment variables?

sorry i replied as a answer for this please look at it

u can see here the screenshot for the error

Can you go to a fresh command prompt, and type:

set > ev.txt

And then attach the results?


josh can we arrange a call anytym tomorrow so that we can sum the issue .

Your environment variables are not set at all, as specific in the statup guide in the environment variable section:

If that was correct, when you type “set”, you would see ANDROID_HOME, JAVA_HOME, etc. Since those aren’t showing up in your env variable list, you have not set them properly.

Reading your initial message, you say you are not able to do what the doc says to do, why is that?

Maybe you have some lack of administrator access on your machine? Maybe you need to run the TADP installer as admin? I’m not really sure why TADP would fail.

Josh

this is the error log i am getting while packaging now , after getting the path variable thing fixed .

link text

log i got in the log cat after crashing the demo app on the android device

It appears that you compiled with NDK 21, which compiles code that does NOT run on pre 5.0 devices (yep, it’s true).

Our code is supposed to force version 19, did you do anything there? Do you have NDK 19 installed?

Josh

Josh can u plz guide me how to proceed i want to use imodule interface to make my own plugin for showing ads in games . I got resolved with all the setup related issues thanxs for that too.

Hi ,

Since the question has been answered for this page, can you please post your new question in as a new page? That will help us keep better track of the responses.

Thanks!