Nutiteq in Android Studio 0.8.14

289 views Asked by At

I was trying to use Nutiteq SDK 3.0 with android studio but I can't get it to work.

All libraries are added, but in layout file when using:

    <?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>

it throws an error:

> Rendering problems:

The following classes could not be instantiated:

    - com.nutiteq.ui.MapView

    java.lang.UnsatisfiedLinkError: no nutiteq_maps_sdk in java.library.path

If i import in some class file, it works well and don't give any error any help?

0

There are 0 answers