App displays perfectly on emulator but not on design preview?

前端 未结 2 814
礼貌的吻别
礼貌的吻别 2021-01-26 17:46

Edit: new image displaying rendering errors(first time asking a question, sorry if I\'ve left anything out!) I haven\'t come across a solution for this. On google there\'s only

2条回答
  •  鱼传尺愫
    2021-01-26 18:17

    Change your build file in android. I had alpha3 before.

    dependencies {

    .....
    
    implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
    
    .......
    
    implementation 'com.android.support:design:28.0.0-alpha1'
    

    .....

    }

提交回复
热议问题