If you're getting the message Unable to resolve project target 'android-19'
, you have to install android-19 manually. This currently affects all new installations of Fuse, and will be fixed shortly. (If you've previously installed Fuse and built for Android, you are not affected by this bug.)
To manually install android-19, first, find the location of the android
command on your computer. To do this, please run fuse install -s android
, and look for the folder called AndroidSDK/tools
.

Then cd
to that directory and run the following command:
android update sdk -s -u -a -t platform-tools,build-tools-23.0.2,android-19,android-21