android - If I change an external library: AndroidManifest, cannot parse file -


I open an old project that has a normal Android 2.2 external library registered. Change the library to the Android 2.2 Google API. After that I can not parse the manifest file and I get an error:

  AnroidManifest.xml error: the file can not be parsed   

error second On the line is in the URI

  & lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android"   

If I go to error, I get a message: URI not registered Is .

What's more odd than that, when I return an old Librero to the project (Normal 2.2), I still have the same error.

What could be the reason?

The use of PS IDE is IntelliJ IDEA.

Try, Android support has improved in it and File | Invalid cache can also help.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -