Could not resolve all files for configuration ':app:debugCompileClasspath'
Failed to transform file 'HwPushSDK_v2.7-3.05.jar' to match attributes {artifactType=processed-jar} using transform JetifyTransform
首先可以根据错误信息提示进行修改,截图里面有个“to disable jetifier ”,你可以试一下在gradle.properties设置android.enableJetifier=false;
如果解决不了,你试试修改Gradle到低版本,例如3.1.x,或者使用3.3.0以上版本,在gradle.properties中添加android.jetifier.blacklist=xx.jar过滤该jar包。
PS:看你的项目名带着Android5,大概率感觉你需要减低版本