Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I added Google Play services as a dependency in my current project. If I save the project on the C: drive, I get the following error while syncing up the project:

Error: Execution failed for task ':app:mergeDebugResources'.
       > Error: Failed to run command:
       C:Program Files (x86)Androidandroid-studiosdkuild-toolsandroid-4.4.2aapt.exe s -i C:UsersashokpDesktopStudioAndroidV2SDK_AndroidStudioFormatGoogle Play
       ServicesSampleApplicationAndroidV2SDKSampleApp_GooglePlayServicesappuildexploded-aarcom.google.android.gmsplay-services4.3.23
esdrawable-hdpicommon_signin_btn_text_focus_light.9.png -o
       C:UsersashokpDesktopStudioAndroidV2SDK_AndroidStudioFormatGoogle Play
       ServicesSampleApplicationAndroidV2SDKSampleApp_GooglePlayServicesappuild
esalldebugdrawable-hdpicommon_signin_btn_text_focus_light.9.png
       Error Code:
       42

This only happens if the project is saved on the C: drive. If I save it to some other drive, it works perfectly.

Does anyone else face this issue? What causes this? How can I fix/circumvent this?

enter image description here

Question&Answers:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

This is caused by the path length restriction. I think it's 256 characters maximum.

Relocate your project and the build will succeed.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...