Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not support com.android.support:appcompat-v7:28.0.0 #216

Open
sunnnydaydev opened this issue Mar 18, 2019 · 2 comments
Open

can not support com.android.support:appcompat-v7:28.0.0 #216

sunnnydaydev opened this issue Mar 18, 2019 · 2 comments

Comments

@sunnnydaydev
Copy link

When android studio version 3.2 and android sdk28 were introduced, iconify relied on compile times errors.DexArchiveMergerException.When I lowered the SDK version to 27, changing the support support package to 27.1.1 was resolved.This problem is solved and it is even better to support the latest support package.

@yjjdick
Copy link

yjjdick commented Apr 15, 2019

me too

@sunnnydaydev
Copy link
Author

A simple solution is add(add exclude group: 'com.android.support')

implementation( 'com.joanzapata.iconify:android-iconify-fontawesome:2.2.2'){ exclude group: 'com.android.support'}
implementation ('com.joanzapata.iconify:android-iconify-ionicons:2.2.2'){ exclude group: 'com.android.support'}
to your biuld.gradle.
Please refer to https://blog.csdn.net/qq_38350635/article/details/88634225 for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants