美文网首页
Error:Error: This fragment shoul

Error:Error: This fragment shoul

作者: 芒鞋胜马 | 来源:发表于2017-05-09 10:26 被阅读0次

    参考:http://stackoverflow.com/questions/29762949/error-this-fragment-should-provide-a-default-constructor-a-public-constructor/29763103

    简单粗暴的方法:
    在build.gradle里面加上
    android{
    lintOptions {
    abortOnError false
    checkReleaseBuilds false
    }
    }

    原因参考:http://blog.csdn.net/wangshihui512/article/details/51198268

    相关文章

      网友评论

          本文标题:Error:Error: This fragment shoul

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