# Install genymotion | |
https://www.genymotion.com/ | |
# Install Android SDK | |
# Download Genymotion-ARM-Translation v1.1 | |
# Google it | |
# Genymotion: | |
# Using Google Nexus 7 - 4.3 - API 18 VM | |
adb push ~/Downloads/Genymotion-ARM-Translation_v1.1.zip /sdcard/Download | |
adb shell "/system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip" | |
adb reboot | |
adb install ~/Download/sHighfive\ Video\ Conferencing_vv1.33.1-28-ged19612_apkpure.com.apk | |
adb reboot | |
## If you need to update, uninstall first: | |
# adb shell pm uninstall com.highfive.android.mobile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment