简体   繁体   English

无法在Eclipse上运行现有的android项目

[英]Cant run existing android project on eclipse

I have copied the workspace for android on my hard disk and setup up a fresh Windows XP. 我已经在硬盘上复制了Android的工作区,并设置了新的Windows XP。 Then after i set up Java, Android and Eclipse, I imported the project into Eclipse with File->new project-> Existing android project. 然后,在设置Java,Android和Eclipse之后,使用File-> new project-> Existing android project将项目导入Eclipse。 But when I am trying to run it, it's showing the following error 但是当我尝试运行它时,它显示以下错误

[2013-09-06 13:33:39 - p112] Android Launch!
[2013-09-06 13:33:39 - p112] adb is running normally.
[2013-09-06 13:33:39 - p112] Could not find p112.apk!

What to do? 该怎么办?

Looks like your project is not build and apk file is not generated for it. 看起来您的项目没有构建,并且没有为其生成apk文件。

Check in your bin folder if apk file exists there! 检查您的bin文件夹中是否存在apk文件!

Try Building your project and then run it. 尝试构建您的项目,然后运行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM