美文网首页
程序包android.support.v4.content不存在

程序包android.support.v4.content不存在

作者: 树袋Papa | 来源:发表于2019-09-28 22:39 被阅读0次

    Jetify工程使其完全支持AndroidX

    npm i -D jetifier
    npx jetify
    

    在android/gradle.properties文件中添加:

    android.useAndroidX=true
    android.enableJetifier=true
    

    References

    相关文章

      网友评论

          本文标题:程序包android.support.v4.content不存在

          本文链接:https://www.haomeiwen.com/subject/nhkxpctx.html