aboutsummaryrefslogtreecommitdiffstats
path: root/androidprefs
diff options
context:
space:
mode:
Diffstat (limited to 'androidprefs')
-rw-r--r--androidprefs/src/com/android/prefs/AndroidLocation.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/androidprefs/src/com/android/prefs/AndroidLocation.java b/androidprefs/src/com/android/prefs/AndroidLocation.java
index 4936489..9a537d5 100644
--- a/androidprefs/src/com/android/prefs/AndroidLocation.java
+++ b/androidprefs/src/com/android/prefs/AndroidLocation.java
@@ -52,7 +52,8 @@ public final class AndroidLocation {
// if the above failed, we throw an exception.
if (home == null) {
throw new AndroidLocationException(
- "Unable to get the home directory. Make sure the environment variable ANDROID_SDK_HOME is set up");
+ "Unable to get the Android SDK home directory.\n" +
+ "Make sure the environment variable ANDROID_SDK_HOME is set up.");
} else {
sPrefsLocation = home + File.separator + ".android" + File.separator;
}