5

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.

Community
  • 1
  • 1
Rohit Mandiwal
  • 10,258
  • 5
  • 70
  • 83

1 Answers1

3

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.

LinuxRocks
  • 31
  • 2