Element Relativelayout Must Be Declared
I'm getting the error 'element RelativeLayout must be declared' and I don't know the reason for its occurrence. How do I get rid of this error, please post suggestions or code snip
Solution 1:
I had faced same error because I add added Layout resource file
inside drawable
folder instead of layout
folder
make sure to put
layout files
insidelayout directory
Post a Comment for "Element Relativelayout Must Be Declared"