0

I'm building an android app using Eclipse, and when I want to run/debug it on my android device, it wont run, even if it is just a "hello word" project.

The information shown on console tab is:

"Installation failed due to invalid APK file!"

I'm wondering what was wrong, and how to fix it.

redGREENblue
  • 3,076
  • 8
  • 39
  • 57

2 Answers2

0

I found this thread that almost had the same problem with yours: Eclipse installation failed due to invalid APK file?

Please apply those solutions first, then get back to me if it's still not fix

Community
  • 1
  • 1
0

You may have made changes to your versions in your Android manifest file. Delete the app from your device and run it again!

Kripa Jayakumar
  • 891
  • 9
  • 16