Android Studio 2.2 Google play services sync Error

前端 未结 4 1870
情深已故
情深已故 2020-12-14 17:47

I have update to android studio 2.2

I started a new project and i included

compile \'com.google.android.gms:play-services-vision:9.4.0+\'

4条回答
  •  一整个雨季
    2020-12-14 18:10

    From what I understood, Failed to crunch file means studio can't process the file. This error usually occurs when you hit Maximum File Path Length Limitation(240 characters) of Windows OS.

    I would suggest moving your project into upper directory (like D:\barcode-reader).

提交回复
热议问题