You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit wiselib.testing/external_interface/android/android_types.h to make sure you use the right interface for your device. You can use OS Monitor to see which is your wireless interface.
cd apps/android_apps/jni
Edit Android.mk to make sure WISELIB_PATH point to the right place.
/path/to/android/ndk/ndk-build
This creates a shared library.
Now build the Android application install it on your device. You can find more info here.