引用androidx版本资源重复
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
- 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
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