android配置运行的时候出现无法找到PANIC: Could not open: C:\Users\Administrator\.android/
2011-7-16 17:27
提问者: a514482479 | 浏览次数:7768次
[2011-07-16 17:18:32 - helloworld] Android Launch! [2011-07-16 17:18:32 - helloworld] adb is running normally. [2011-07-16 17:18:32 - helloworld] Performing cy.helloworld.HelloworldActivity activity launch [2011-07-16 17:18:32 - helloworld] Automatic Target Mode: launching new emulator with compatible AVD 'helloworld' [2011-07-16 17:18:32 - helloworld] Launching a new emulator with Virtual Device 'helloworld' [2011-07-16 17:18:32 - Emulator] PANIC: Could not open: C:\Users\Administrator\.android/avd/helloworld.ini
我来帮他解答
满意回答
2011-7-17 17:11
热心网友
因为你打不开,那个文件夹可能加密了,换个路径,比如换到D盘,(win7)右键点击我的电脑-属性-高级系统设置-环境变量,在系统变量里边新建,变量名为ANDROID_SDK_HOME,变量值为“D:\”(把虚拟机放到d盘),这样就可以了,重启eclipse把原来的建的虚拟设备都删了新建就可以了。