You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i implement this library in gradle.build and sync if, It sync and give me the error.
../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/ff1c465b622aca7882412f99ea6427fb/res/values-v28/values-v28.xml |
error: resource android:attr/dialogCornerRadius not found. |
app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml |
error: resource android:attr/dialogCornerRadius not found. |
../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/ff1c465b622aca7882412f99ea6427fb/res/values/values.xml |
error: resource android:attr/fontVariationSettings not found. |
error: resource android:attr/ttcIndex not found. |
failed linking references. |
My compile sdk and Target sdk is 27 ,then why i got an error of sdk 28?
The text was updated successfully, but these errors were encountered:
when i implement this library in gradle.build and sync if, It sync and give me the error.
../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/ff1c465b622aca7882412f99ea6427fb/res/values-v28/values-v28.xml |
error: resource android:attr/dialogCornerRadius not found. |
app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml |
error: resource android:attr/dialogCornerRadius not found. |
../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/ff1c465b622aca7882412f99ea6427fb/res/values/values.xml |
error: resource android:attr/fontVariationSettings not found. |
error: resource android:attr/ttcIndex not found. |
failed linking references. |
My compile sdk and Target sdk is 27 ,then why i got an error of sdk 28?
The text was updated successfully, but these errors were encountered: