Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fidelity warning Rendering Issue

I have faced a problem when creating project in Android Studio 2.2

When trying to create xml layout, I get following warning:

enter image description here

When click to Show, I get the following error

enter image description here

How can I fix this?

like image 261
Biswajit Karmakar Avatar asked May 29 '16 10:05

Biswajit Karmakar


1 Answers

It's just a warning, indicating that some details might not be rendered, not an error. It's a problem of the layout preview in Android Studio. It doesn't affect the final app at all. You can continue your work fearlessly It is just showing some of the components may not be accurate as you have set them in the xml file, but in reality, that view may possess some animation. Just press "Ignore all fidelity warnings for this session" so that you won't be disturbed with this warning again during your current work session.

like image 171
Anuj Kumar Avatar answered Oct 22 '22 20:10

Anuj Kumar