Correct Setup for Android (which versions for JDK SDK NDK ANT?)

Hi

Ok, for the Android crash the next step will be to get off the phone. You can either run monitor.bat in android-sdk-windows/tools or if you like command line, you can use “adb logcat”. “adb logcat -c” clears the log, “adb logcat” will show all log messages until you hit ctrl-c, and “adb logcat -s UE4” will only show UE4 log messages. You may see the cause of the problem with just the UE4 log messages followed by an assert, or you may need to look at all the messages to see the crash report.