UNable to implement androidx.appcompat.appcompat:1.0.0

前端 未结 1 688
自闭症患者
自闭症患者 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)
提交回复
热议问题