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
RelativeLayout
I had faced same error because I add added Layout resource file inside drawable folder instead of layout folder
Layout resource file
drawable
layout
make sure to put layout files inside layout directory
layout files
layout directory