XML 文件行在 android studio 中出现错误它说 URI 未注册

XML file lines In android studio are giving an error It says URI not registered

我在 XML 行中收到一条错误消息,提示 URI 未注册。我已经尝试了从重新启动到使缓存无效的所有方法。由于这个错误,程序没有 运行。这些行是:

Xmlns:android="http://schemas.android.com/apk/res/android"

请将 Xmlns:android="http://schemas.android.com/apk/res/android" 替换为 xmlns:android="http://schemas.android.com/apk/res/android"

'X'不应该是大写。将 'X' 替换为 'x'.

除非您在此处而不是在您的代码中输入错误...