InstaMaterial icon indicating copy to clipboard operation
InstaMaterial copied to clipboard

Error: Suspicious namespace and prefix combination [NamespaceTypo]

Open puretsang opened this issue 8 years ago • 1 comments

workspace/InstaMaterial/app/src/main/res/layout/activity_publish.xml:3: Error: Suspicious namespace and prefix combination [NamespaceTypo] xmlns:app="http://schemas.android.com/tools" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Explanation for issues of type "NamespaceTypo": Accidental misspellings in namespace declarations can lead to some very obscure error messages. This check looks for potential misspellings to help track these down.

1 errors, 0 warnings :app:lintVitalRelease FAILED

FAILURE: Build failed with an exception.

puretsang avatar Nov 04 '16 06:11 puretsang

change the code xmlns:app="http://schemas.android.com/tools" with this:

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

It may help u.

Biplovkumar avatar Oct 20 '18 14:10 Biplovkumar