美文网首页
androidstudio自动升级之后就compileRelea

androidstudio自动升级之后就compileRelea

作者: 慧惠 | 来源:发表于2018-05-16 14:37 被阅读369次

    问题描述:
    上午用androidstudio运行和打包的时候是ok的,中间木有改动任何android代码,下午build是ok的,release就compileReleaseJavaWithJavac了,怀疑androidstudio自动升级了。

    compileReleaseJavaWithJavac compileReleaseJavaWithJavac compileReleaseJavaWithJavac

    解决方法:

    image.png image.png
    这个0.39.1就是你的react native版本号
    configurations.all {
                   resolutionStrategy {
                       force 'com.facebook.react:react-native:0.39.1'
                   }
             }
    

    相关文章

      网友评论

          本文标题:androidstudio自动升级之后就compileRelea

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