Android Eclipse – Could not find *.apk

Please follow these steps; this might help you out:

  1. Right-click your app project and go to Properties

  2. Select Android from left-hand side list

  3. Uncheck the “Is Library” checkbox

If your app project relies on library projects which are in your workspace, those of course need to have the “Is Library” box checked.

Leave a Comment