Tencent-RTC / Tencent-RTC/TUIRoomKit
For Flutter it has the issue with style
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 160
- Forks
- 106
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 2
Description
flutter build apk --release --no-tree-shake-icons
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':tencent_conference_uikit:verifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR: AAPT: error: resource style/Theme.Material3.Light.BottomSheetDialog (aka com.tencent.cloud.tuikit.flutter.rtcconferencetuikit:style/Theme.Material3.Light.BottomSheetDialog) not found.
error: failed linking references.
When I want to build the project this issue happens. However, for running the project it is completely fine.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run flutter build apk --release --no-tree-shake-icons and reproduce the failure in :tencent_conference_uikit:verifyReleaseResources. Trace why style/Theme.Material3.Light.BottomSheetDialog is unavailable during Android resource linking; done means the release build completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, flutter
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100