A problem occurred configuring root project
Could not resolve all artifacts for configuration ':classpath'.
Could not resolve com.baidu.mobstat:mtj-circle-plugin:latest.integration.
于是,在细看一下,会发现一个提示 could not get 403,然后你去搜索这个域名就会发现被禁了。
所以很简单,注释掉这个域名开头的引用,尝试编译,通过。 ExoPlayerImplInternal:Source error. UnrecognizedInputFormatException:None of the available extractors(MatroskaExtractor,FragmentedMp4Extractor,Mp4Extractor,Mp3Extractor。。。)
视频Mp4播放失败,于是看到一个异常。
找了很多,跟换了各种内核,无法解决。
于是我下载了一个demo,发现可以,但是版本差异比较大,没发对比,于是打算升级一下。
升级后,报新错,于是开始百度找资料。 Execution failed for task 'App:processDebugManifest'. Could not get unknown property 'instantRunManifestOutputDirectory' for task 'App:processDebugManifest' of type com.android.build.gradle.tasks.ProcessApplicationManifest.
后来我找到一个哥们的笔记:微小站-笔记-百度统计编译报错 (jsc0.com),很显然异常来自于百度移动统计的冲突。
由于本项目可以弃用这个百度移动统计,我直接把百度统计干掉了,在次运行,又来了一个新的伙伴。 AAPT: error: resource android:attr/lStar not found.
到这里我有点察觉这个升级不简单了,这种编译包冲突清单合并类问题最恶心,于是我重新清除缓存,然后把编译版本换成 4.0.1,wrapper文件换成6.1.1版本。
最后确认是 appcompat 1.4.0版本引起的,因为它引入了高版本的kotlin androidx.core:core 库,所以导致编译版本等拉高,不兼容。
重新运行,又出现一个新异常。 Compilation failed; see the compiler error output for details.