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

13,016

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.

Share:
13,016
Rohit Mandiwal
Author by

Rohit Mandiwal

Why to limit or typecast, you are the pool of possibilities! Challenge yourself.

Updated on June 04, 2022

Comments

  • Rohit Mandiwal
    Rohit Mandiwal almost 2 years

    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.