benjaken / flutter_vant_kit

A Vant style flutter UI library.

Home Page:https://benjaken.gitbook.io/flutter-vant-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidX issues

djohannot opened this issue · comments

Hi,
It is not possible at the moment to run your example. The following message occures:
AndroidX incompatibilities may have caused this build to fail. Please migrate your app to AndroidX. See https://goo.gl/CP92wY.

'Execution failed for task :app:preDebugBuild.

Android dependency androidx.coordinatorlayout:coordinatorlayout has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath. You should manually set the same version via DependencyResolution'

And even if I try to fix it, there is always another androidX dependency that fails... :(

You can try this to update your gradle. I try it on my Windows 10 and it's work.