hiki

Results 8 comments of hiki

我遇到的是编译期间错误(AGP 升级导致的),不知道你们的是不是也是这个问题

> 我遇到的是编译期间错误(AGP 升级导致的),不知道你们的是不是也是这个问题 > [](https://user-images.githubusercontent.com/9511542/153560429-8eb57603-463f-411d-845b-6a49df9b72e0.png)[](https://user-images.githubusercontent.com/9511542/153560470-0f457399-26fd-4651-88f5-ed5e121f570f.png)自己编译了一遍试了下,原因是 AGP7 以后 jarInput.name 行为表更了: AGP7 以前: AGP7 之后:

> 你们都是怎么处理的?有有效方法吗? 我也是同样的跟上面 mrrobot97一样的错误 改下插件吧 只能遍历所有的 jarInput 了

> 改下插件吧 只能遍历所有的 jarInput 了 > > 你的意思是弃用这个?更换别的? 不是 这个插件不是开源的吗 自己修改代码就行了

12-26 20:35:31.657 22634-22634/io.github.mayubao.kuaichuan E/linker: library "/system/lib/libqti_performance.so" ("/system/lib/libqti_performance.so") needed or dlopened by "/system/lib/libnativeloader.so" is not accessible for the namespace: [name="classloader-namespace", ld_library_paths="", default_library_paths="", permitted_paths="/data:/mnt/expand"] 12-26 20:35:31.952 22634-22779/? E/AndroidRuntime: FATAL EXCEPTION: pool-1-thread-1 Process:...

请显示申请读写SD卡权限。

I'm facing a similar crash stack trace: dlopen("/xxx/librive-android.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol "stderr" referenced by "librive-android.so"... java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "stderr" referenced by "librive-android.so"... at...

> Hi. Have you been able to find a workaround for this issue? I'm currently struggling with the same problem 😞 No, I have give up.