Installation Android - OSUPCVLab/mobile-ar-sensor-logger GitHub Wiki

Build and install from source

Requirement: Android Studio, an Android device with API level 21+.

You may need to enable the USB debugging mode for the Android device, eg., for Samsung S9.

Open the MarsLogger project in Android Studio.

Build and run the app on the Android emulator or an actual Android device.

Install with apk

In the browser of your mobile device, download the apk from here. You may need to enter the below link to the browser address bar and then click the apk to start downloading.

https://github.com/OSUPCVLab/mobile-ar-sensor-logger/releases

After downloading completes, the installation step should start automatically. Otherwise, you may need to enable apk installation on your device as done here.

Note at the moment the apk targets API 23+ because we do not find API 21 SDK available for download to create an AVD(Android virtual device) for test and the app throws IllegalStateException in MediaCodec dequeOutputBuffer on AVDs running API 22.

Install from Google Play

To be added.