How to fix flutter AndroidX incompatibility?

前端 未结 6 938
暗喜
暗喜 2021-01-02 17:36

I just import webview_flutter plugin and found that the plugin has incompatible with my flutter environment. Then using Android Studio I migrate my AndroidX environment with

6条回答
  •  耶瑟儿~
    2021-01-02 18:24

    It seems like you are facing issues with dex and androidX.

    Follow https://stackoverflow.com/a/56490440/9236994

    this answer to resolve your issue.

提交回复
热议问题