Android Studio 3.1.3, design view is always empty

后端 未结 7 1187
刺人心
刺人心 2021-02-02 10:56

I\'m new to android development and I have this problem with my Android Studio 3.1.3 demo project or any project that I create.

Even though that I can drag and drop diff

相关标签:
7条回答
  • 2021-02-02 11:09

    Another workaround is to edit GradleScripts/build.gradel(Module app)

    -> implementation 'com.android.support:appcompat-v7:28.0.0-alpha3' into implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'

    and, if there,

    -> implementation 'com.android.support:design:28.0.0-alpha3' into implementation 'com.android.support:design:28.0.0-alpha1'

    • SAVE and + SyncNow
    0 讨论(0)
提交回复
热议问题