forked from pbreault/adb-idea
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copy this file as gradle.properties | ||
# It will be used for both compiling and running the adb-idea plugin. | ||
|
||
|
||
# Path to a downloaded instance of Android Studio | ||
# This is used to add the android plugin dependencies to the project. | ||
# must point to the latest version of Android Studio. | ||
# You'll know it's right if you can find "$StudioCompilePath/lib/idea.jar" | ||
StudioCompilePath=/Applications/Android Studio.app/Contents | ||
|
||
|
||
# Determines which IDE to run when using the "./gradlew runIdea" command. | ||
# This is useful to test the plugin on older versions of Android Studio or Intellij | ||
# Default value: $StudioCompilePath | ||
#StudioRunPath=/Applications/Android Studio.app/Contents |
This file contains 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