Unable to run Android app, Could not find .apk issue in eclipse [duplicate]

房东的猫 提交于 2019-12-01 18:04:03

问题


Possible Duplicate:
Android Eclipse - Could not find *.apk

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

Could not find [project name].apk

Please help me.


回答1:


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.



来源:https://stackoverflow.com/questions/5219208/unable-to-run-android-app-could-not-find-apk-issue-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!