Android/Eclipse PANIC: Could not open

前端 未结 8 916
有刺的猬
有刺的猬 2020-12-01 05:11

I\'m brand new to Android development and Eclipse so I have just set it all up and I am attempting the Hello World tutorial. Sadly when I try and run the program I get the f

8条回答
  •  执笔经年
    2020-12-01 05:11

    I had the same problem, but now its fixed.

    Go to Windows in Eclipse, Windows->preference->run/debug->stringSubstitution-> add variable name as "user.home" Then the value will be your profile path Example: mine is C:\users\sriramk\.android

    Now open the default .android path, copy the content, and paste that content into C:\users\sriramk\.android. Restart Eclipse and now the emulator will open.

提交回复
热议问题