We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22f273b + c84c42e commit 4a19a80Copy full SHA for 4a19a80
android-mode.el
@@ -17,6 +17,7 @@
17
;; Habibullah Pagarkar
18
;; Hiroo Matsumoto
19
;; K. Adam Christensen
20
+;; Haden Pike
21
22
;; This program is free software; you can redistribute it and/or
23
;; modify it under the terms of the GNU General Public License
@@ -53,7 +54,8 @@
53
54
:prefix "android-mode-"
55
:group 'applications)
56
-(defcustom android-mode-sdk-dir "~/Android/sdk"
57
+(defcustom android-mode-sdk-dir
58
+ (or (getenv "ANDROID_HOME") "~/Android/sdk")
59
"Set to the directory containing the Android SDK."
60
:type 'string
61
:group 'android-mode)
0 commit comments