Failed to resolve variable '${animal.sniffer.version}' when migrate to AndroidX

前端 未结 16 1036
轻奢々
轻奢々 2021-01-30 04:36

I\'m using Android Studio 3.2 Beta5 to migrate my project to AndroidX. When I rebuild my app I got these errors:

ERROR: [TA

16条回答
  •  庸人自扰
    2021-01-30 05:20

    Go to file and click on Invalidate caches and restart.

    After it restarts then you increase the minimum SDK version in your app's build.gradle file.

提交回复
热议问题