Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2028359
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: 嵌入式

2010-09-13 14:31:25

  1. Docs
    • Mannage Android Virtual Device from UI
      • http://developer.android.com/guide/developing/devices/index.html
      • http://developer.android.com/guide/developing/devices/managing-avds.html
    • Mannage Android Virtual Device from command line
      • http://developer.android.com/guide/developing/devices/managing-avds-cmdline.html
    • Use Android Emulator/Simulator
      • http://developer.android.com/guide/developing/devices/emulator.html
      • xxx

      Includeing:
      • How to start emulator
      • Hotkey
      • Startup options
      • Create sdcard image
    • xxx
  2. Copy files
    • Error: Read-only
      $adb remount
    • Error: Out of memory (adb push xxx /system/lib/xxx)
      $emulator -avd youravdname -partition-size 512
  3. Enable hardware keyboard
    1st way:
    Add: hw.keyboard=yes
    To: ~/.android/avd/.avd/config.ini

    2nd way:
     From Eclipse, Go to AVD Mananger.
        - Select the particular AVD and click on Edit
        - Go to the Hardware section, click on New.
        - Select the Property Name : Keyboard Support
        - By default, it is added with a value of 'no'. Just click on the value column and change it to 'yes'.
        - Click on Edit AVD again.

  4. xxx
阅读(1060) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~