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'