I am trying android development from last week.I am following the hello world tutorial given on the Android official site and following each step. But my avd is not starting . I am using windows 7 and i have downloaded the latest sdk. Here is the screen shot
问问题
7000 次
3 回答
0
我也遇到了类似的问题,我使用以下步骤解决了它
- 从菜单栏中的运行中选择运行配置。
- 在 Android 应用程序下 --> 选择新配置。
- 在 Android 选项卡中为配置命名。
- 在项目列表中浏览您的项目
- 在启动操作选项卡中选择启动单选按钮并选择您的包名称并单击应用。
- 在目标选项卡中单击“始终提示设备”单选按钮并选择您已经创建的 AVD。
- 单击应用,然后单击运行。
- 现在您的 AVD 已准备好起飞。
于 2014-08-02T07:35:50.137 回答
0
首先秋季检查您的 C: Drive 中是否存在“.android 文件夹”
如果没有将“.android 文件夹”复制到 C: 驱动器
确切的路径必须是这样的
C:\用户\.android
好的,试试这个....
于 2013-08-10T10:22:50.910 回答