deepakmishra / verticalviewpager

Smooth Vertical View Pager by copying and tweaking android's ViewPager and then using it to make it vertical
7 stars 6 forks source link

AAPT2 error: when design-support library is added #1

Open crazyjupiter6 opened 6 years ago

crazyjupiter6 commented 6 years ago

I am using a tablayout hence had to add dependency

implementation 'com.android.support:design:27.1.1'

No I get error as

error: style attribute 'attr/coordinatorLayoutStyle (aka xx.xxxx.yyy:attr/coordinatorLayoutStyle)' not found. Message{kind=ERROR, text=error: style attribute 'attr/coordinatorLayoutStyle (aka xx.xxxx.yyy:attr/coordinatorLayoutStyle)' not found., sources=[/Users/username/.gradle/caches/transforms-1/files-1.1/design- 27.1.1.aar/ac2885e219097712c4b52c26d373b17c/res/values/values.xml:219:5- 223:13], original message=, tool name=Optional.of(AAPT)}

deepakzipgo commented 5 years ago

Sorry for late reply. Have you solved the error? Did you exclude support-core-ui?