admin

admin

An Overview of the Android Architecture

Android is an open source, Linux-based software stack created for a wide array of devices and form factors. The diagram above shows the major components of the Android platform. The Linux Kernel The linux kernel provides a level of abstraction…

List AVDs from command-line

Pre-requisite; Make sure JAVA_HOME variable is set. Make sure ANDROID_HOME variable is set as well. Add path to your android emulator to the PATH environment variable eg. C:\Users\Asmaliza\AppData\Local\Android\Sdk\emulator Now launch your command prompt and type below command to list all…