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
# you need to build the SDK from the cli, install it on device,
# and run it.
cd MapboxAndroidSDK
../gradlew assembleDebug install
cd ../MapboxAndroidSDKTestApp
../gradlew assembleDebug installDebug
adb shell am start -n "com.mapbox.mapboxsdk.android.testapp/com.mapbox.mapboxsdk.android.testapp.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER