Created
October 22, 2024 14:16
-
-
Save arnoldc/5d75ead6baef8999fe8c4be0343cba48 to your computer and use it in GitHub Desktop.
[Android] Emulator tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# installing apk in emulator | |
adb -s emulator-5554 install path/to/your/app.apk | |
adb -s emulator-5554 install /Users/arnoldcamas/Downloads/app-release.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment