rayliverified / CustomAlertViewDialogue

Custom AlertView Dialogue is the world's most advanced alert view library. Custom AlertView Dialogue includes simple message popups, confirmation alerts, selector popups, action sheet bottom menus, and input/feedback contact forms.
http://rayliverified.com
BSD Zero Clause License
117 stars 25 forks source link

v28/values-v28.xml not found #10

Closed jingchangfa closed 5 years ago

jingchangfa commented 6 years ago

compileSdkVersion 27

error: resource android:attr/fontVariationSettings not found. error: resource android:attr/dialogCornerRadius not found. error: resource android:attr/ttcIndex not found.

Message{kind=ERROR, text=error: resource android:attr/dialogCornerRadius not found., sources=[/Users/jing/.gradle/caches/transforms-1/files-1.1/appcompat-1.0.0-rc01.aar/301e547d656966806ea0fc1ade335436/res/values-v28/values-v28.xml:9:5-12:13], original message=, tool name=Optional.of(AAPT)}

rayliverified commented 6 years ago

What Android Studio version are you on? This library uses Android X so it works best with Android Studio 3.2.0.

rayliverified commented 6 years ago

Were you able to solve this issue?

sinkkin commented 5 years ago

the same problem.The version I used Android Studio 3.2 Build #AI-181.5540.7.32.5014246, built on September 18, 2018 JRE: 1.8.0_152-release-1136-b06 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

sinkkin commented 5 years ago

androidSupportSdkVersion: "27.1.0",

sinkkin commented 5 years ago

I solved it. Just set your compileSdkVersion: 28

rayliverified commented 5 years ago

Thanks for solving this issue!