0

I am receiving an error in the XML lines saying URI not registered. I've tried everything from restarting to invalidating caches. The program doesn't run because of this error. The lines are:

Xmlns:android="http://schemas.android.com/apk/res/android"
Michael Dodd
  • 10,102
  • 12
  • 51
  • 64
katara
  • 33
  • 4

1 Answers1

0

Please replace Xmlns:android="http://schemas.android.com/apk/res/android" with xmlns:android="http://schemas.android.com/apk/res/android".

The 'X' should not be capital. Replace 'X' with 'x'.

Unless you made the typo here and not in your code...