无法运行Android应用程序,无法在eclipse中找到.apk问题
问题描述:
最近我已经将我的ADT插件更新到最新的,但之后我用来面对一个不寻常的问题。当我试图在模拟器或设备上运行我的Android项目时,我所有的项目都在继续说
Recently I have updated my ADT plugin of eclipse to the latest one but after that I use to face an unusual problem. When ever I try to run my Android projects on emulator or device, all my projects are keep on saying
找不到[项目名称] .apk
Could not find [project name].apk
请帮助我。
答
我面临类似的问题。在ubuntu 10.10的eclipse控制台中没有报告构建错误,仍然生成apk。点JAVA_HOME来纠正路径并重建项目。 Eclipse没有选择java的位置。
I faced similar issue. There were no build errors reported in console of eclipse on ubuntu 10.10, still apk wasnt generated. point JAVA_HOME to correct path and rebuild the project. Eclipse didn't pick the location of java somehow.