diff options
author | Scott Main <smain@google.com> | 2011-01-21 19:15:53 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-21 19:15:53 -0800 |
commit | eb97436e1391c2968e4e4fa8d7b9e5ee3b6e5062 (patch) | |
tree | 116eebc3e49e0a3ee0a5306ded0a3ec528772720 /docs | |
parent | 7171941a444259dcda85dba2cc3261f68915ff7c (diff) | |
parent | d8ea604b7ec4d1e0e16fc4a9a6bd5d01a499a0ed (diff) | |
download | frameworks_base-eb97436e1391c2968e4e4fa8d7b9e5ee3b6e5062.zip frameworks_base-eb97436e1391c2968e4e4fa8d7b9e5ee3b6e5062.tar.gz frameworks_base-eb97436e1391c2968e4e4fa8d7b9e5ee3b6e5062.tar.bz2 |
am d8ea604b: Merge "add note about emulator performance" into honeycomb
* commit 'd8ea604b7ec4d1e0e16fc4a9a6bd5d01a499a0ed':
add note about emulator performance
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/tools-notes.jd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index b832628..212d3c0 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -108,6 +108,9 @@ Tools will delete the file.</p> <li>Fixed the missing JAR file error that prevented <code>draw9patch</code> from running.</li> <li>Fixed the Windows launch scripts <code>hierarchyviewer</code> and <code>ddms</code> to support the new location of <code>adb</code>.</li> + <li>Known issues with emulator performance: Because the Android emulator must simulate the ARM +instruction set architecture on your computer, emulator performance is slow. We're working hard to +resolve the performance issues and it will improve in future releases.</li> </ul> </dd> </dl> |