This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Description
Hi,
On command "sbt android:package-debug" I get an error:
error java.io.IOException: Cannot run program "C:\dev\adt-bundle\sdk\platform-tools\aapt": CreateProcess error=2, The system cannot find the file specified
I use Android SDK 22.x and indeed appropriate 'aapt' is:
- in $sdkHome\sdk\build-tools\17.0.0\aapt.exe
- not in $sdkHome\sdk\platform-tools\aapt.exe
Cheers
GT