Closed mychaelgo closed 9 years ago
you use the newest build tools, newest gradle plugin, compile sdk 23? You cleaned the project?
@mikepenz yes, my android studio ver 1.3.2, targetSdkVersion 23, compileSdkVersion 23, buildToolsVersion "23.0.0" and i have cleaned the project
classpath 'com.android.tools.build:gradle:1.3.0'
Clean / Resync / Rebuild did not help?
@mikepenz yeah, i just create new project & same problem
@mychaelgo oops the
exclude group: 'com.mikepenz'
is the problem. as it also removes a dependency which is required. (https://github.com/mikepenz/Materialize)
If you add:
compile('com.mikepenz:materialize:0.2.0@aar')
it will work.
Else you can modify the exclude to just exclude the Android-Iconics
Dependency
@mikepenz ok thank you
I want to update the material library to 4.0.2
but when i sync the gradle file, i get error:
my build.gradle