Value In Brief
All You Need To Know Explained In Brief

Posts Tagged with notes

Android Emulator Avd 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