android-plugin icon indicating copy to clipboard operation
android-plugin copied to clipboard

aapt not found [cause bad path in plugin]

Open gt4dev opened this issue 12 years ago • 1 comments

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

gt4dev avatar Oct 19 '13 16:10 gt4dev

It works for me, wasn't it fixed like 6 months ago and already available sbt-android 0.7 ? If for some reason you are forced to use older version of sbt-android, just copy the files around or create symlinks (worked for me before sbt-android was fixed).

aginiewicz avatar Nov 21 '13 09:11 aginiewicz