UDK 4.9.1 android launch Unknown error

here is the Log file. The error is towards the bottom of the log
[link text][1]

Here is the contents of my SDK file

The SDK information I need is from the editor. Specifically if you go to Edit>Project Settings>Android SDK, screenshot your settings there and post it here so I can take a look.

Make sure the location of the Android SDK (first selection) is set to android-sdk-windows. If you switch it to this location, does your error still occur?

I’m sorry but I don’t understand what you want me to do. Do I need to change the SDK file locaton on my system to somewhere else?

I changed the file location of the SDK file

I still get the same problem
thanks for helping me by the way

Try the steps listed in the accepted answer here to see if they resolve your error:

Hi ,

We have not heard from you in several days. I am marking this as answered for tracking purposes. If you are still experiencing this error please comment with the requested information.

The problem is partially solved. There are a few errors that occur using the fix mentioned in the link but it is able launch the game on to my android device but it only displays black screen. It doesn’t show any part of the level and I don’t know why it could be because of the minor errors encountered when trying to launch on my android device

The problem is partially solved. There are a few errors that occur using the fix mentioned in the link but it is able launch the game on to my android device but it only displays black screen. It doesn’t show any part of the level and I don’t know why it could be because of the minor errors encountered when trying to launch on my android device

The launch now just gets stuck on “deploying content for android” stage and i don’t know why.
The issue hasn’t been solved.

Can you send me a copy of your project? Unfortunately I have not been able to reproduce these errors at all on my end, so perhaps seeing the exact project you are working with will produce better results.

I can’t seem to upload my entire project folder so I have added a dropbox link leading to my project file

Hi ,

There is no level in the project you sent. Have you saved a level? If so which filepath do you have it saved in?

The level is there in the file
the map is in this location Content\ThirdPersonBP\Maps

Unfortunately the map does not exist in the version you have sent me. The maps folder is completely empty. Is there anywhere else it may be or did it possibly get missed? Can you send me a new version of your project with the map included?

Heres the link agian I made sure the file is there
the map file is called ThridPersonExampleMap.umap and its location is as follows. I triple checked the link and made sure the file is there now

Content\ThirdPersonBP\Maps\ThridPersonExampleMap.umap

Thank you for helping me

The problem i think is that when deploying content for android device the logfile shows a message

adb: Failure
adb:
CommandUtils.Run: Run: Took 2.5091435s to run adb.exe, ExitCode=0

and it freezes at this point and seizes to move to the next stage

Check your java directory and make sure that it is pulling from the NVPack folder. The screenshot you took earlier looks like it is pulling from a different folder not tied to the sdk.

I don’t have the java development files in the NVPack, there all in the directory I have set previously shown in the image above