Android Questionjava.lang.RuntimeException: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x2/d=0x101009b a=1}
I use a library AppCompact
When I Load Layout with toolbar(root.loadlayout("main") i get this exception
java.lang.RuntimeException: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x2/d=0x101009b a=1}
How to fix it?
I tried to run the example you recommended.
This example also raises an error:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/view/ViewConfigurationCompat;