Eclipse 和 ADK - 尝试运行模拟器:“内部错误......”
当我尝试运行模拟器时,收到一条错误消息:
“在“启动 DroidPro”期间发生内部错误。 项目路径只能有一段。”
你知道这意味着什么吗?
When I attempt to run the emulator, I get an error message:
"An internal error occurred during: "Launching DroidPro".
Path for project must have only one segment."
Any ideas what this means?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查这篇文章: http://www.pedrorainho.eu/blog/aninternalerroroccurredduringlaunchingapp
我遇到了这个问题。经过一番搜索后,我发现问题与 avd 有关。我所需要做的就是在项目属性中选择一个有效的 avd
Check this post: http://www.pedrorainho.eu/blog/aninternalerroroccurredduringlaunchingapp
I had this problem. After a little search i've managed to find that the problem was related with avd. All I needed to do was select a valid avd in project properties
您的项目名称是否输入到“启动属性”对话框中?听起来不像。。
Is your Project Name entered in the Launch Properties dialog box?? Does not sound like it is..
如果运行应用程序时出现问题,请首先启动模拟器,然后运行您的应用程序。但首先请确保您已创建 AVD。
If the problem comes while running the application, first launch the emulator and then run your app. But first of all make sure you have created an AVD.