赞
踩
遇到
Failed to transform artifact 'butterknife-runtime.aar (com.jakewharton:butterknife-runtime:10.1.0)'
解决:给所有的 Module 加入jdk1.8
在 build.gradle 的 android 下加入下面代码 即可解决
- compileOptions {
- sourceCompatibility = '1.8'
- targetCompatibility = '1.8'
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。