-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AS failed to build after add v1.3 into gradle depdencies #51
Comments
I got the same issue, can u tell me how u fix it ? |
Hi Hailong, I just fixed that issue by upgrade materialish-progress to v1.5 and I also submitted a Pull Request #52 for this. |
Also facing this issue... |
Fixed by upgrading materialish-progress to v1.5 , please add it to latest pull. |
“This may be a environment issue, however, it works well after I change v1.3 to v1.2.” |
After I add
compile 'cn.pedant.sweetalert:library:1.3'
into my Android Studio Gradle build file, I got an error message in build`Error:Gradle: Execution failed for task ':XXX:processOfficialDebugResources'.
ps.add tools:replace="android:icon" into androidmanifest.xml is useless.
Thanks
The text was updated successfully, but these errors were encountered: