markzhai / markzhai/AndroidPerformanceMonitor

什么时候适配andorid12 呢?

Open
#146 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
6.7k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

compileSdk = 32 即android12 ,activity注册清单包含intent-filter后 exported必须指定为true,否则编译无法通过。

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

Inspect the Android manifest activity declarations that include intent-filter entries, along with the compileSdk configuration mentioned in the issue. Verify the Android 12 requirement and check the project’s existing build or manifest tests; done means the project compiles successfully with compileSdk 32 and its declared activities satisfy the requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
build-system, mobile
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.