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
The CircularRevealTransition project fails to compile when path names get in the 240 or greater character range.
Windows 10, Android Studio 2.2.3.
The specific error is :
"Error:Failed to crunch file c:\ [long path name redacted] \CircularRevealTransition\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_selector_disabled_holo_light.9.png"
My path length is 242 characters. Your mileage may vary.
The solution is to move the project to a shorter path. See Stack Overflow
This is not an issue with auid2 code, but it may help other readers.
The text was updated successfully, but these errors were encountered:
fishjd
changed the title
Error:Failed to crunch file
The CircularRevealTransition project fails to compile when path names get in the 240 or greater character range. (Windows)
Dec 29, 2016
The CircularRevealTransition project fails to compile when path names get in the 240 or greater character range.
Windows 10, Android Studio 2.2.3.
The specific error is :
"Error:Failed to crunch file c:\ [long path name redacted] \CircularRevealTransition\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\22.2.0\res\drawable-xhdpi\abc_list_selector_disabled_holo_light.9.png"
My path length is 242 characters. Your mileage may vary.
The solution is to move the project to a shorter path. See Stack Overflow
This is not an issue with auid2 code, but it may help other readers.
The text was updated successfully, but these errors were encountered: