-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compileSdkVersion 太高问题 #3514
Comments
v8.1.6-jitpack 不行? 8.1.5 是有问题。 解决方案: 1、你只需要升级 compileSdkVersion 31 , targetSdkVersion 可以不升级 2、或者你可以:
|
v8.1.6-jitpack也有问题换v8.1.7-jitpack了 |
@github2136 补充一下 还有一堆第三方中的要修改,很多也还没适配,暂时还在用8.1.7 |
@ZhuSky 我回复的方式不能支持? |
@CarGuo 我这目前不行 |
@ZhuSky 还要 defaultConfig {
|
我刚因为8.1.7的out of index升级了8.1.9,然后报错了,看提示主要是appcompat和core版本与我本地冲突,我做了exclude 目前测试新版视频正常播放,也没编译报错了 |
PS 我刚测试了下,重新去平台上尝试了下: implementation "com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer:8.1.5-jitpack" com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-exo_player2:8.1.5-jitpack 这个应该可以依赖到,如下图所示: |
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
|
not implementation |
在V8.4.0 里面基本上改不了 compileSdkVersion 只能用31的 android {
} dependencies {
} |
问题描述:
之前一直使用v8.1.5-jitpack,今天使用时突然提示
Could not determine the dependencies of task ':app:compileProtectDevDebugKotlin'.
更新为com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.9-release-jitpack后
又提示
Execution failed for task ':app:checkProtectDevDebugAarMetadata'.
能否在不升级compileSdkVersion、targetSdkVersion的情况下使用8.1.9版或者重新编译8.1.5版
GSY依赖版本
例如
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.5-jitpack'
The text was updated successfully, but these errors were encountered: