How to enable automatic download of missing Android SDK packages in Gradle

前端 未结 2 459
攒了一身酷
攒了一身酷 2021-02-04 14:25

During Google I/O 2016\'s What\'s new in Android development tools a great new feature was quickly mentioned: Android Gradle plugin can now automatically download missing depend

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 15:06

    I did:

    gradle --refresh-dependencies
    

    on the terminal, and it solved the problem.

提交回复
热议问题