diff options
author | Scott Main <smain@google.com> | 2011-01-21 19:11:23 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-01-21 19:11:23 -0800 |
commit | 04f04b2732abb719e79ab466d538748cafaf19a6 (patch) | |
tree | d6c05093c308aa7dbfe6967157ae0a3b443ee0c5 /docs/html/sdk | |
parent | 596ba2fa791db7ae671bd79c346b54a7ea2f8113 (diff) | |
download | frameworks_base-04f04b2732abb719e79ab466d538748cafaf19a6.zip frameworks_base-04f04b2732abb719e79ab466d538748cafaf19a6.tar.gz frameworks_base-04f04b2732abb719e79ab466d538748cafaf19a6.tar.bz2 |
add note about emulator performance
Change-Id: I92bcbc10f6cbf89abb2d8cc8ea80bc283f8fa343
Diffstat (limited to 'docs/html/sdk')
-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> |