Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

More than one file was found with OS independent path 'lib/mips/xxxx.so',这个报错想必大家都遇到过,是因为项目依赖的library(aar)中打入了相同的so文件,一般来说说可以通过"exclude"或者"pickFirst"关键字来解决,但这样实际还是存在风险的,因为不同的library打包进去的so库文件版本可能不一致,会导致运行时崩溃,那是否有直观的方法可以查找某个so文件来自哪一个或哪几个依赖的library?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...