配置好eclipse (eclipse-jee-juno-win32),添加完android sdk 4.1
新建一个android project
运行就报错
tag:
error opening trace file: No such file or directory (2)
Emulator without GPU emulation detected.jdk已配置
cmd显示
C:\Documents and Settings\gaoyili>java -version
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing)环境变量已配置
F:\android\android-sdk-windows\tools;
cmd显示
C:\Documents and Settings\gaoyili>android -h       Usage:
       android [global options] action [action options]
       Global options:
  -h --help       : Help on a specific command.
  -v --verbose    : Verbose mode, shows errors, warnings and all messages.
     --clear-cache: Clear the SDK Manager repository manifest cache.
  -s --silent     : Silent mode, shows errors only.
android SDK Manager 已下载并安装
AVD Manger 已添加 

解决方案 »

  1.   

    参考这里:
    http://blog.csdn.net/aminfo/article/details/7909402
      

  2.   

    你好,根据你的提示修改后
    GPU emulation 属性yes,报错
    console[2012-08-27 09:26:41 - Text] Failed to install Text.apk on device 'emulator-5554': device not found
    [2012-08-27 09:26:41 - Text] com.android.ddmlib.InstallException: device not found
    [2012-08-27 09:26:41 - Text] Launch canceled!logcat
    Not late-enabling CheckJNI (already on)
    等一大堆错
      

  3.   

    最主要的问题是
    error opening trace file: No such file or directory (2)
    希望高手帮忙解决一下