Problem with packaging blank project for android

I read many of articles here. I used TADP for install components(express install) and even not used my own sdk and installing processed about 5 times. now my android devices shows in program but there is packaging problem. I know my device not supported but I don’t think packaging care about your device(it cares?).

I face with “Packaging field”. my environment variables is like below:
ANDROID_HOME: C:\NVPACK\android-sdk-windows
ANDROID_NDK_ROOT: C:\NVPACK\android-ndk-r9c
ANT_HOME: C:\NVPACK\apache-ant-1.8.2
CYGWIN_HOME: C:\NVPACK\cygwin
JAVA_HOME: C:\NVPACK\jdk1.6.0_45
Path: C:\NVPACK\jdk1.6.0_45\bin;C:\NVPACK\apache-ant-1.8.2\bin;C:\NVPACK\android-sdk-windows\platform-tools;C:\NVPACK\android-sdk-windows\build-tools;C:\NVPACK\android-sdk-windows\tools;C:\NVPACK\cygwin\bin;
and NDK_ROOT and NDKROOT … .

In “Platforms- Android SDK” in project settings all fields is empty except one: NDK API Level: latest

Log file is here:
https://drive.google.com/file/d/0B2skYKuUYYxNSTdrNjFwaGRrR2M/view

maybe reinstall unreal engine be helpful but how?!?
and have to say docs is not very helpful.

I have exact same problem, any help appreciated!

I solved my problem but forgot to answer until now. I don’t know why but Environment variables don’t work in my case. so I filled all fields in project settings: sdk, ndk, ant, etc and everything is good.