I am getting this error on installing and launching the app, but it does not effect working of my app. But still why am I getting this :
Error:screenSize" />
I was getting the same error but project run successfully
the problem occurred whenever I collapse tag
for example
<activity
android:name=".DetailActivity"
android:configChanges="keyboardHidden|screenSize|orientation" />
then i did like this
<activity
android:name=".DetailActivity"
android:configChanges="keyboardHidden|screenSize|orientation"></activity>
now error disappears and Android Studio gives me warning "XML tag has empty body"
No exact solution found
Tested on
Android Studio 3.0.1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With