permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

跟v7 包冲突 #614

Closed songlongkuan closed 5 years ago

songlongkuan commented 5 years ago

implementation 'com.android.support:appcompat-v7:26.0.0'

跟v7 包冲突

新建的项目 如下:

songlongkuan commented 5 years ago

Android resource linking failed C:\Users\Administrator\Desktop\work-pase\MyApplication\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:1985: error: resource android:attr/fontVariationSettings not found. C:\Users\Administrator\Desktop\work-pase\MyApplication\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:1985: error: resource android:attr/ttcIndex not found. error: failed linking references.

hotchemi commented 5 years ago

@pencilso