I am trying to compile my android app in ant and I keep getting this message:
BUILD FAILED
K:\\build.xml:359: aaptexec doesn\'t support the \"basename\" attr
Please, provide full ant output with stack trace. You're probably using mismatched sdk/target platform versions. This might cause use of unsupported build system features from your build.xml. Upgrade your sdk, and update build configuration with android tool:
android update project --name
See http://developer.android.com/guide/developing/other-ide.html for android command details