问题描述
我今天已将AndroidStudio升级到最新的稳定版本2.3(带有gradle插件2.3.0和gradle 3.3):现在,我无法构建在AndroidStudio 2.2.3下可以正常运行的项目.
I have upgraded my AndroidStudio today to latest stable version 2.3 (with gradle plugin 2.3.0 and gradle 3.3): now, I am not able to build my project which ran fine under AndroidStudio 2.2.3.
尝试时,只要不杀死Java平台进程,我就会被困在:app:transformJackWithJackForDebug.
When I try, I am stuck at :app:transformJackWithJackForDebug as long as I don't kill my java platform process.
这是与这篇文章相同的问题我想但是很稳定释放.
It is the same problem than this post I guess but on stable release.
任何帮助将不胜感激:)
Any help will be greatly appreciated :)
推荐答案
对于Android Studio 3.0(插件3.0),他们建议停用已弃用的Jack编译器.
With Android Studio 3.0 (plugin 3.0) they are recommending to disable the Jack compiler as its been deprecated.
这篇关于Jack编译卡在AndroidStudio 2.3中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!