Androidスタジオで使用しようとしてNutiteq SDK 3.0
いましたが、動作しません。
すべてのライブラリが追加されますが、次を使用する場合はレイアウト ファイルに含まれます。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<com.nutiteq.ui.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</LinearLayout>
エラーがスローされます:
> Rendering problems:
The following classes could not be instantiated:
- com.nutiteq.ui.MapView
java.lang.UnsatisfiedLinkError: no nutiteq_maps_sdk in java.library.path
クラスファイルをインポートすると、うまく機能し、エラーは発生しませんか?