Skip to content

Instantly share code, notes, and snippets.

@knatten
Last active January 20, 2016 13:06
Show Gist options
  • Save knatten/8b3d1b78dd45425fa980 to your computer and use it in GitHub Desktop.
Save knatten/8b3d1b78dd45425fa980 to your computer and use it in GitHub Desktop.
Installing android-19 support in Fuse

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.

![Screenshot](http://az664292.vo.msecnd.net/files/gettLhUskHuR2uEe-Pasted image at 2016_01_20 13_58.png)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment