diff options
author | Scott Main <smain@google.com> | 2010-12-22 09:30:26 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-01-07 13:38:34 -0800 |
commit | 08e9a0fd2e29405857c1b8c995937483a1599c4f (patch) | |
tree | 19bc6d651d374807b776971ec359d6fc03bc5e66 /docs/html | |
parent | e6320beff70f4934584facbf906ac1264041a83b (diff) | |
download | frameworks_base-08e9a0fd2e29405857c1b8c995937483a1599c4f.zip frameworks_base-08e9a0fd2e29405857c1b8c995937483a1599c4f.tar.gz frameworks_base-08e9a0fd2e29405857c1b8c995937483a1599c4f.tar.bz2 |
cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388
fix bug 3295540
Change-Id: I1835444ff6dd0351a0f66ef565fa97a15dfea53f
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/publishing/app-signing.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/publishing/app-signing.jd b/docs/html/guide/publishing/app-signing.jd index c7e1c79..101646e 100644 --- a/docs/html/guide/publishing/app-signing.jd +++ b/docs/html/guide/publishing/app-signing.jd @@ -259,7 +259,7 @@ looks like this:</p> <p>In Eclipse/ADT, you will see a similar error in the Android console.</p> <p>To fix this problem, simply delete the <code>debug.keystore</code> file. -The default storage location for AVDs is in <code>~/.android/avd</code> on OS X and Linux, +The default storage location for AVDs is in <code>~/.android/</code> on OS X and Linux, in <code>C:\Documents and Settings\<user>\.android\</code> on Windows XP, and in <code>C:\Users\<user>\.android\</code> on Windows Vista.</p> |