1

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 shotscreen shote

settings

4

3 回答 3

1

确保: 创建一个名为:ANDROID_SDK_HOME 的环境变量并将其设置为 C:\Users\Administrator 打开 Eclipse > Window > Preferences 并单击 Run/Debug and String Substitution 添加一个名为:user.home 的新变量并将其设置为 C: \Users\Administrator 创建一个 AVD 并运行它。

我建议您使用 android app player 的替代解决方案:

蓝栈

或者

你挥手

于 2013-08-10T09:39:51.620 回答
0

我也遇到了类似的问题,我使用以下步骤解决了它

  1. 从菜单栏中的运行中选择运行配置。
  2. 在 Android 应用程序下 --> 选择新配置。
  3. 在 Android 选项卡中为配置命名。
  4. 在项目列表中浏览您的项目
  5. 在启动操作选项卡中选择启动单选按钮并选择您的包名称并单击应用。
  6. 在目标选项卡中单击“始终提示设备”单选按钮并选择您已经创建的 AVD。
  7. 单击应用,然后单击运行。
  8. 现在您的 AVD 已准备好起飞。
于 2014-08-02T07:35:50.137 回答
0

首先秋季检查您的 C: Drive 中是否存在“.android 文件夹”

如果没有将“.android 文件夹”复制到 C: 驱动器

确切的路径必须是这样的

C:\用户\.android

好的,试试这个....

于 2013-08-10T10:22:50.910 回答