Reputation: 36654
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.
Upvotes: 1
Views: 8667
Reputation: 2092
Go to Project in menu and do Clean your project which one you selecting then run your program.
Upvotes: 6
Reputation: 23
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.
Upvotes: 1