UNable to implement androidx.appcompat.appcompat:1.0.0

前端 未结 1 687
自闭症患者
自闭症患者 2021-01-24 02:29

I am an absolute beginner in Android development and trying to build test automation to test mobile apps. After going through weeks of setting up IntelliJ, I am still facing iss

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-24 02:59

    Use

    implementation 'androidx.appcompat:appcompat:1.0.0'
    

    instead of

    implementation androidx.appcompat:appcompat:1.0.0
    

    0 讨论(0)
提交回复
热议问题