-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.copy.properties
17 lines (13 loc) · 976 Bytes
/
gradle.copy.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
StudioCompilePath=/Users/tiger/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/211.7628.21.2111.8193401/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
StudioRunPath=/Users/tiger/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/211.7628.21.2111.8193401/Android Studio.app/Contents