jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

aapt not found [cause bad path in plugin] #196

Open gt4dev opened 10 years ago

gt4dev commented 10 years ago

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:

Cheers GT

aginiewicz commented 10 years ago

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).