-
Notifications
You must be signed in to change notification settings - Fork 165
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
error: duplicate value for resource 'attr/progress' #28
Comments
Hi @sfstanley1 |
thanks for the quick reply..is there any ETA on the dependency update ? |
Any ETA on the update? |
Hey @sfstanley1 , @Lundez |
Hi, @dev-ritik |
@YanMetelitsa you can use the following (if you have jitpack added also): |
@Lundez, it's great, thanks :) |
@YanMetelitsa You should use the Snapshot instead of release to get the dependency. Try using this dependency, |
@dev-ritik, I tried to try various options for connecting the repository including this, but they all gave an error:
Jitpack.io says:
But it doesn't work either. |
On using Croller v 1.0.7 and upgrading to the latest version on Constraint layout in Android i.e com.android.support.constraint:constraint-layout:2.0.0-alpha1/alpha2 (Motion Layout)
i get the following:
Execution failed for task ':app:mergeDebugResources'.
Command: C:\Users\Kumar.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\6c2d83a259d5cde1cbf25c4727b1a482\aapt2-3.2.1-4818971-windows\aapt2.exe compile --legacy
-o
C:\Users\Kumar\AndroidStudioProjects\Untitled\app\build\intermediates\res\merged\debug
C:\Users\Kumar\AndroidStudioProjects\Untitled\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml
Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #0
Output: C:\Users\Kumar.gradle\caches\transforms-1\files-1.1\croller-1.0.7.aar\ee1f5cfa4bf9e21b43d3c29c329df1d8\res\values\values.xml:3:5-1134: AAPT: error: duplicate value for resource 'attr/progress' with config ''.
C:\Users\Kumar.gradle\caches\transforms-1\files-1.1\croller-1.0.7.aar\ee1f5cfa4bf9e21b43d3c29c329df1d8\res\values\values.xml:3:5-1134: AAPT: error: resource previously defined here.
Command: C:\Users\Kumar.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\6c2d83a259d5cde1cbf25c4727b1a482\aapt2-3.2.1-4818971-windows\aapt2.exe compile --legacy
-o
C:\Users\Kumar\AndroidStudioProjects\Untitled\app\build\intermediates\res\merged\debug
C:\Users\Kumar\AndroidStudioProjects\Untitled\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml
Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #0
Can you please help with this if possible?
The text was updated successfully, but these errors were encountered: