Not able to sync dependency in build.gradle in flutter

前端 未结 5 1194
渐次进展
渐次进展 2021-01-01 19:41

I want to use some native library. and I am using below dependnecy

implementation \'com.google.android.gms:play-services-vision:10.+\'

in build.gradle in

5条回答
  •  感情败类
    2021-01-01 20:18

    I managed to sync the dependencies using "Run Configurations". Please follow next screenshots:

    1. Open Gradle tab.

    2. Select path to Build.Gradle file.

    3. Double click to sync.

提交回复
热议问题