Fidelity warning Rendering Issue

10,547

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.

Share:
10,547
Biswajit Karmakar
Author by

Biswajit Karmakar

Updated on June 07, 2022

Comments

  • Biswajit Karmakar
    Biswajit Karmakar about 2 years

    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?