Last active
October 7, 2023 08:05
-
-
Save flufy3d/3ce6516cfd7b6df3aaca36ee93595b9c to your computer and use it in GitHub Desktop.
Android.sublime-build on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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