gpt4 book ai didi

android - 在 build.gradle 中启用 proguard 的 Linphone Android 的 Proguard 规则

转载 作者:搜寻专家 更新时间:2023-11-01 07:52:51 26 4
gpt4 key购买 nike

在build.gradle中启用proguard的Linphone android是否有一个好的设置,我在proguard-rules.pro中尝试这段代码:

-keep public class * extends *
-keep public class * implements LinphoneCoreListener
-keep interface * { *; }

但是显示了 JNI 错误:

JNI DETECTED ERROR IN APPLICATION: JNI GetMethodID called with pending exception 'java.lang.NoSuchMethodError' thrown in long org.linphone.core.LinphoneCoreImpl.newLinphoneCore(org.linphone.core.LinphoneCoreListener, java.lang.String, java.lang.String, java.lang.Object):-2

有人对 linphone proguard 有很好的设置吗?

最佳答案

请将以下代码添加到您的 proguard-android.txt 文件

#linphone
-keep class org.linphone.** { *; }
-keepattributes Signature

希望对你有帮助!

关于android - 在 build.gradle 中启用 proguard 的 Linphone Android 的 Proguard 规则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32393396/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com