-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution failed for task ':app:tinkerProcessReleaseResourceId'. > java.io.FileNotFoundException: build\intermediates\tinker_intermediates\values_backup #961
Comments
异常类型:编译异常 手机系统版本: tinker版本:如:1.9.9 gradle版本:如:4.4 是否使用热更新SDK: Bugly SDK 系统::window7
|
同问 |
1 similar comment
同问 |
在测试的时候,打完正式包,立马打补丁包,也遇到了同样的问题,然后通过以下步骤解决了: |
[clean] useful to me |
执行第二步clean项目的话,app-build下的bakApk文件夹会被清空,然后把备份的文件重新导入build文件夹内,再打补丁包,会报错 Could not find method getAaptOptions() for arguments [] on task ':app:processReleaseResources' of type com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask.。 |
你这个是gradle版本太高,解决方法 |
为什么我clean了还是报这个错 |
跟着腾讯热更新,但是就上报这个错误,而且clean 也不行 |
坑真多,真不是那么好修复的。。。 |
clean 还是不行 |
贴上修复这个bug的方法供大家参考:
|
该问题排查一下自己项目的kotlin版本号,不要高于1.3.72 |
打补丁包的时候把gralde缓存功能,并行编译全部关掉。少很多烦恼。一般都配置在gradle.properties里的 |
No description provided.
The text was updated successfully, but these errors were encountered: