Value In Brief – by Abanoub Hanna
All You Need To Know Explained In Brief

Android Emulator Avd Notes

notes

to create a test project :

android update test-project -m ./path/main_project/ -p ./path/test_project/

to launch emulator :emulator -avd

ADB server & list attached devices:

adb devices
adb start-server
« Running Multi Module Builds Command Line Intelligent Failure »