Below is the screenshot of my screen
"Exception raised during rendering"
I can't see my XML preview of my project.
Please help me.
Below is the screenshot of my screen
"Exception raised during rendering"
I can't see my XML preview of my project.
Please help me.
If your Android Studio version is 3 or above 3 than you have to make change in styles.xml file as per below.
when you open styles.xml,you will get there:
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
Make change in that file as:
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
i solved my same problem like this.