What is the error: screenSize "/">?
1 answer
I was getting the same error, but the project completed successfully.
the problem occurred whenever I reset the tag
eg
<activity android:name=".DetailActivity" android:configChanges="keyboardHidden|screenSize|orientation" /> then i did it
<activity android:name=".DetailActivity" android:configChanges="keyboardHidden|screenSize|orientation"></activity> now the error disappears and Android Studio gives me a warning "XML tag has an empty body"
No exact solution found
Checked for
Android Studio 3.0.1
+1
Rohan pawar
source share