I’ve got Eclipse with two projects : Android library + main depending on the library project. From the new ADT r14 version it is no longer building correctly – it’s showing following error on the console while auto-building:
ERROR: Unknown option '--extra-packages'
Android Asset Packaging Tool
Usage:
aapt l[ist] [-v] [-a] file.{zip,jar,apk}
List contents of Zip-compatible archive.
[...]
Any ideas how to build this?
PS: I’ve tried cleaning / rebuilding etc…
It looks that the problem can be solved by manually downloading Android SDK tools + Platform-tools. Strange that it hasn’t work automaticlly.