Skip to content

Instantly share code, notes, and snippets.

@flufy3d
Last active October 7, 2023 08:05
Show Gist options
  • Save flufy3d/3ce6516cfd7b6df3aaca36ee93595b9c to your computer and use it in GitHub Desktop.
Save flufy3d/3ce6516cfd7b6df3aaca36ee93595b9c to your computer and use it in GitHub Desktop.
Android.sublime-build on windows
{
"shell_cmd": "gradlew.bat assembleDebug",
"working_dir": "$project_path",
"selector": "source.java",
"env": {"JAVA_HOME": "C:\\Program Files\\Android\\Android Studio\\jbr"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment