Not able to sync dependency in build.gradle in flutter

前端 未结 5 1206
渐次进展
渐次进展 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:03

    Go to android folder of your flutter project and then

    open it in terminal by right clicking on that folder

    then try to run below command

    gradlew build

提交回复
热议问题