You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the vending app with gradlew clean :vending-app:assembleDefaultRelease was successful on Windows before the merge of #2069 but now it fails with this error: ERROR: C:\Users\MyUser\Documents\GmsCore\play-services-base\build\generated\aidl_source_output_dir\release\out\com\google\android\gms\common\moduleinstall\internal\IModuleInstallStatusListener.java: Failed to GetFullPathName
The text was updated successfully, but these errors were encountered:
The issue is probably that the filename is too long. Try running the compilation in C:\GmsCore instead of C:\Users\MyUser\Documents\GmsCore and see if that helps.
Compiling the vending app with
gradlew clean :vending-app:assembleDefaultRelease
was successful on Windows before the merge of #2069 but now it fails with this error:ERROR: C:\Users\MyUser\Documents\GmsCore\play-services-base\build\generated\aidl_source_output_dir\release\out\com\google\android\gms\common\moduleinstall\internal\IModuleInstallStatusListener.java: Failed to GetFullPathName
The text was updated successfully, but these errors were encountered: