会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ctrlC & ctrlV
我们不生产代码,我们只是代码的搬运工~
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2021年12月2日
Cannot set the value of read-only property ‘outputFile‘ for ApkVariantOutputImpl_Decorated
摘要: gradle升级后,之前的打包生成apk并重命名代码出现了问题,经查一共有2个地方要修改,下边代码是修改前: 1 applicationVariants.all { variant -> 2 variant.outputs.each { output -> 3 def environment = '
阅读全文
posted @ 2021-12-02 10:49 Rocky_
阅读(162)
评论(0)
推荐(0)
编辑