1

When I am trying to run my Android application in Eclipse I am getting "Could not find **.apk!" error. Till today my application was running without any problem. Not able to find out why this error is coming.

Any help is appreciated.

Rohan.

Waugh
  • 203
  • 2
  • 5
  • 11

2 Answers2

4

Please follow these steps; this might help you out:

Go to Project->Properties

Select Android from left-hand side list

Uncheck the "Is Library" checkbox

if its not work try this- deleting the R.Java file in /Gen folder and then clean your project.

Sharad Mhaske
  • 1,103
  • 9
  • 19
0

Do you have the Android SDK Build-tools installed?

I encountered the same problem, after upgrading the Eclipse adt plugin to v 22.0.1. I did not had the build-tools installed before, but upgrading the SDK tools and installing the build tool fixed it for me.

Teis
  • 211
  • 3
  • 9