Android Studio 3.1.3 having issues with Constraint layout

前端 未结 8 1140
囚心锁ツ
囚心锁ツ 2021-01-12 06:14

I\'m trying to start a new project here but this problem is appearing. I can run the project and deploy it in an emulator but this Render problem and Using private resources

8条回答
  •  北海茫月
    2021-01-12 06:38

    Try to use this:

    dependencies {
        implementation 'com.android.support:appcompat-v7:27.1.1'
        implementation 'com.android.support.constraint:constraint-layout:1.1.1'
    }
    

    Instead of constraint-layout:1.1.2.

    This solved my issue.

提交回复
热议问题