当前位置:首页 > 笔记

百度统计编译报错

jsc6年前 (2020-05-25)笔记5835

unknown property 'instantRunManifestOutputDirectory'

Android Studio 3.5.3,引入百度移动统计之后,编译报错


Could not get unknown property 'instantRunManifestOutputDirectory' for task ':app:processDebugManifest' of type com.android.build.gradle.tasks.ProcessApplicationManifest.


需要将 build.gradle 中的配置

classpath 'com.android.tools.build:gradle:3.5.3'

修改为

classpath 'com.android.tools.build:gradle:3.4.2'


扫描二维码推送至手机访问。

版权声明:本文由微小站发布,如需转载请注明出处。

本文链接:https://jsc0.com/post/180.html

分享给朋友: