Sunmi V2 Install Apk -

adb install -r C:\path\to\your\app.apk Flag -r allows reinstallation/update. Note: Sunmi devices often hide the app drawer. You need to temporarily switch launchers.

adb devices (Authorize the RSA key fingerprint on the Sunmi V2 screen if prompted). Sunmi V2 Install Apk

# Install APK adb install -r -d myapp.apk adb uninstall com.example.myapp Restart the Sunmi Launcher after testing adb shell am start -n com.sunmi.launcher/.Launcher adb install -r C:\path\to\your\app