Render error in Android Studio 3.0 Layout Editor

后端 未结 11 2073
离开以前
离开以前 2020-11-28 07:20

I just started learning Kotlin for android development and started an empty project and added an activity. I have added the required gradle dependencies as said in Kotlin do

11条回答
  •  悲哀的现实
    2020-11-28 07:41

    I also have this problem, solved as follows: modify the appcompat-v7:26.0.0-beta2 on build.gradle (modle:app) to appcompat-v7:26.0.0-beta1.

提交回复
热议问题