I have a problem to generate the Android APK file.
When I run ant debug compilation work fine, but when I run ant debug
ant debug
I have followin
i had the same problem, i resolve the issue using a -Dvar or VM argument.
ant debug -Dsdk.dir=$SDK_ROOT
where $SDK_ROOT is android SDK path