kongzue / kongzue/DialogV3

引用androidx版本资源重复

Open
#135 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.2k
Forks
158
PR merge metrics
No merged PRs in 30d

Description

编译的时候大量的More than one file was found with OS independent path错误
最后需要加上
exclude 'lib/x86_64/librsjni_androidx.so'
exclude 'lib/arm64-v8a/libRSSupport.so'
exclude 'lib/armeabi-v7a/librsjni_androidx.so'
exclude 'lib/armeabi-v7a/librsjni.so'
exclude 'lib/x86/libRSSupport.so'
exclude 'lib/armeabi-v7a/libRSSupport.so'
exclude 'lib/x86_64/libRSSupport.so'
exclude 'lib/arm64-v8a/librsjni.so'
exclude 'lib/arm64-v8a/librsjni_androidx.so'
exclude 'lib/x86/librsjni.so'
exclude 'lib/x86/librsjni_androidx.so'
exclude 'lib/x86_64/librsjni.so
这么多exclude才能通过,这个库引用这么多的吗

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 by reproducing the Android build error described in the issue and inspect the project's dependency declarations and packaging configuration. Determine which dependencies provide the duplicated native libraries listed in the body; the issue is done when the build succeeds without requiring the reported duplicate-file exclusions.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.