LuckSiege / LuckSiege/PictureSelector

提示 compileSdk 必须要使用33,有什么其他办法吗?

Open
#2,823 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

Current use version?

当前使用的版本是多少?

v3.11.2

Describe the problem or provide an error log?

描述问题或提供错误log?

One or more issues found when checking AAR metadata values:

Dependency 'androidx.activity:activity:1.6.0' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.activity:activity-ktx:1.6.0' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.recyclerview:recyclerview:1.3.0' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.camera:camera-view:1.2.1' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.camera:camera-lifecycle:1.2.1' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.camera:camera-camera2:1.2.1' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Dependency 'androidx.camera:camera-core:1.2.1' requires 'compileSdkVersion' to be set to 33 or higher.
Compilation target for module ':app' is 'android-32'

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Android build configuration for module ':app' and the dependency versions listed in the report, especially androidx.activity, recyclerview, and camera. Determine whether the reported v3.11.2 setup can use compileSdkVersion 32 or needs a documented configuration change; done means the supported alternative is clear and the build no longer reports the AAR metadata errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
build-system, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.