1

I'm using eclipse android IDE (bundle)

a strange thing, I have build my android application successfully (no errors)

it includes android Apllication project and a native c code project.

I try to run the android project on my android-device

and get this error:

Description Resource Path Location Type AndroidManifest.xml file missing! WazeAndroid Unknown Android Packaging Problem

Although I see it in the package tree.

I have googled. tried t restart eclipse and my Mac

nothing helped.

Elad Benda
  • 35,076
  • 87
  • 265
  • 471

2 Answers2

6

Go to Project in menu and do Clean your project which one you selecting then run your program.

Shanmugasundharam
  • 2,082
  • 23
  • 32
1

Here is a google offical solution

To fix this problem, simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/avd on OS X and Linux, in C:\Documents and Settings\.android\ on Windows XP, and in C:\Users\.android\ on Windows Vista. The next time you build, the build tools will regenerate a new keystore and debug key.

I hope that this can help you.

Tony
  • 23
  • 1