Layout preview rendering problems in android studio(Android Studio 1.2)

后端 未结 3 1335
醉梦人生
醉梦人生 2020-12-18 00:08

I have the following error in my preview window in the latest version of Android Studio (1.2) that stops me from being able to view the layout I am creating

3条回答
  •  旧时难觅i
    2020-12-18 00:56

    Try changing your base application theme using below code - in res/values/styles.xml

    
    

    OR

    Also you can try Switching the preview's API level to lower one from the preview configuration

    enter image description here

提交回复
热议问题