-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x1c #270
Comments
Add this line to your gradle.properties: android.enableAapt2=false and that will make it work. See here https://issuetracker.google.com/u/0/issues/65189965?pli=1 |
I tried add above line to my gradle.properties. |
same problem |
@jinjin-lee Have you got any solution? |
@pchauhan @jinjin-lee Hey guys, Facing same issue. Have you found any solution or identified cause of it? |
it is 2020. same problem!! |
I have do some research about it. The simplest way to solve it was to downgrade the grade plugin and gradle version.
|
giving UnsupportedOperationException with explanation Can't convert to dimension: type=0x1c on object initialization.
The text was updated successfully, but these errors were encountered: