tools:context="com.example.alondra.p1.RegisterActivity">
tools:context="com.example.alondra.p1.RegisterActivity">
これらは私の2つのエラーツール:2つのxmlファイルでコンテキストエラー
ある。これは、それが
Error:(11, 61) cvc-elt.1.a: Cannot find the declaration of element 'LinearLayout'.
Error:(1, 56) s4s-elt-schema-ns: The namespace of element 'x' must be from the schema namespace, 'http://www.w3.org/2001/XMLSchema'.
Error:(1, 56) s4s-elt-invalid: Element 'x' is not a valid element in a schema document.
Error:(1, 56) schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
より詳細に私に語ったもので、これは他の1
C:\Users\Alondra\AndroidStudioProjects\xxxxxx\app\src\main\res\layout\activity_register.xml
Error:(9, 61) cvc-elt.1.a: Cannot find the declaration of element 'LinearLayout'.
Error:(1, 56) s4s-elt-schema-ns: The namespace of element 'x' must be from the schema namespace, 'http://www.w3.org/2001/XMLSchema'.
Error:(1, 56) s4s-elt-invalid: Element 'x' is not a valid element in a schema document.
Error:(1, 56) schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
のためであります
です。それ以外は、「ファイル」 - >「無効化キャッシュ/再起動」を試してください。 – Sac
現在再起動します。結果を更新します – UnruffledST
NDKを使用していますか?そうでなければ、local.propertiesファイルを表示できますか? – Sac