Skip to content

Instantly share code, notes, and snippets.

@Tapped
Created July 4, 2016 09:06
Show Gist options
  • Save Tapped/374f3641f054933302de3822a357fe19 to your computer and use it in GitHub Desktop.
Save Tapped/374f3641f054933302de3822a357fe19 to your computer and use it in GitHub Desktop.
Fuse SDK Config (OS X)
{
"AndroidSDK":
{
"Path": "%HOME%/Library/Application Support/Fusetools/Fuse/Android/AndroidSDK",
"API": "19"
},
"AndroidNDK":
{
"Path": "%HOME%/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK"
},
"JDK":
{
"Path": "/Library/Java/JavaVirtualMachines",
"PathPattern": "*.jdk"
},
"Ant":
{
"Path": "%HOME%/Library/Application Support/Fusetools/Fuse/Android/Ant"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment