尝试加载libjingle_peerconnection_so.so时,我遇到了一个缺少的类错误。我正在使用Quickblox 2.6.1视频webrtc。有没有人知道最新情况?
## ---------------开始:Gson的proguard配置---------- #Gson在处理字段时使用存储在类文件中的泛型类型信息。 Proguard的 #默认情况下会删除此类信息,因此请将其配置为保留所有信息。 -keepattributes签名
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="in.yumigo.yumigovendor.ui.activity.InvoiceActivity"
android:id="@+id/invoice_recycler_view">
</android.support.v7.widget.RecyclerView>
<ImageButton
android:elevation="2200dp"
android:id="@+id/float_calendar"
android:background="@android:color/transparent"
style="@style/CalendarFloating"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/calendar_144"
android:layout_alignParentRight="true" />
</RelativeLayout>
答案 0 :(得分:0)
你为所有Jni文件夹放了onDisconnect
吗?
喜欢libjingle_peerconnection_so.so
等。
答案 1 :(得分:0)
我修正了错误。我在正确的路径中更新了正确版本的libjingle。谢谢你的帮助。