xml 里面加载 SceneControl 报错 jar包 so文件引用没问题 而且com.supermap.realspace.SceneControl也能找到 但就是加载出错不知道什么原因.... 错误原因:Error inflating class com.supermap.realspace.SceneControl
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.supermap.realspace.SceneControl
android:id="@+id/SceneControl"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:padding="0dp" />
</LinearLayout>