java - How does ${aapt} get defined? (No such file or directory) -
recently i've been trying build android ndk application in past has compiled , packaged without issue. has changed either result of system update or sdk update, , when try build application following error:
/home/kazade/android/android-sdk-linux/tools/ant/build.xml:649: following error occurred while executing line: /home/kazade/android/android-sdk-linux/tools/ant/build.xml:694: execute failed: java.io.ioexception: cannot run program "/home/kazade/git/wizards/android/${aapt}": error=2, no such file or directory
i've checked, , aapt available on path. in build.xml comes sdk task defined as:
<aapt executable="${aapt}"
so presumably location of aapt supposed stored in environment variable? i'm guessing it's not , that's what's causing problem, can't figure out why it's not defined, or should be.
any appreciated!
turns out it's bug in sdk: https://code.google.com/p/android/issues/detail?id=176488
Comments
Post a Comment