Couldn't resolve resource @android:color/... and invisible checkbox -


i'm having problem , don't know when started. didn't have problem before.

enter image description here

because error, actual box checkbox doesn't show in android 5/6 in android 4. mean this

enter image description here enter image description here

i tested app in different devices ,

  • 6.0.1 device -> no box.
  • 5.1.1 device -> no box.
  • 4.0.3 device -> normal box.

i've tried use appcompatcheckbox directly instead checkbox, error , problem still there.

gradle

compilesdkversion 23 buildtoolsversion "23.0.2"  defaultconfig {     applicationid "com.aaa.bbb"     minsdkversion 15     targetsdkversion 23     versioncode 15     versionname "0.1"     renderscripttargetapi 23     renderscriptsupportmodeenabled true } 

dependencies { compile filetree(include: ['*.jar'], dir: 'libs')  compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:support-v4:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' 

what missing? did?

it style-related problem carbon library version 0.12.0. downgrading 0.11.0 fix it.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -