Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
570 views
in Technique[技术] by (71.8m points)

android - Why am I getting error message "URI is not Registered"?


I just installed Android Studio and everything ran fine but then I opened AS for a second time after my computer had turned off and I am getting the following error:

"URI is not Registered"

On the following lines of code:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"

This is just the manifest, but it's happening on all of my XML files with that link. I've searched Stack and found nothing that solves my issue.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Maybe this is because it's not the main Manifest.xml, but the debug Manifest.. Try editing app/src/main/Manifest..


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...