build.xml missing for ant
-
I messed up my Android SDK, so I ended up deleting and reinstalling the full version (1.8GB download including Android Studio.
When I run
lime test android
, it complains that it can't find<android sdk>\tools\ant
. So I downloaded and installed Ant.Now, it's complaining that it can't find
tools\ant\build.xml
.What am I doing wrong? Is there an easy way to set up the Android target?
Edit: I just found
lime setup android
. That seems to download just the SDK and works (still installing platform 19 etc.)