今天把android studio升级到了3.0.1,编译各种异常,其中,

Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated{apkData=Main{type=MAIN, fullName=debug, filters=[]}} of type com.android.build.gradle.internal.api.ApkVariantOutputImpl.如下图,红色框地方报错,这个错的原因是outputFile放的地方换了

Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated

上图是修改前,修改后如下图:

Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated



相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2021-12-01
  • 2021-09-17
  • 2021-05-30
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案