Whenever i am trying to run my project, i am getting this error in the console. \"Could not find **.apk\"
Operating system: windows XP
IDE: Eclipse
I experienced that problem, too, when I created an android project that was using an android library. Obviously I didn't know how to incorporate a library into an application the right way. I wrongly used project dependencies (Java Build Path/projects) or adding a library (Java Build Path/Libraries). While all I had to do was go to the Android tab and import my android library by means of the add button from the Library section.