We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd platform/android ./gradlew assembleDrawableRelease assembleDrawableReleaseAndroidTest # install app adb install MapboxGLAndroidSDKTestApp/build/outputs/apk/drawable/release/MapboxGLAndroidSDKTestApp-drawable-release.apk # install tests adb install MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/drawable/release/MapboxGLAndroidSDKTestApp-drawable-release-androidTest.apk # list packages with instrumentation adb shell pm list instrumentation adb shell am instrument -w org.maplibre.testapp.test/org.maplibre.android.InstrumentationRunner -e package org.maplibre.android.benchmark # kill prematurely adb shell am force-stop org.maplibre.testapp