I have just switch to android development and came across this doubt. How is AVD different from emulator?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AVD : Android Virtual Device
Quoting from the Android Developer Site : Managing Virtual Devices
This itself means
AVDandemulatorare different. ie,AVDis anemulator configuration. Again,AVDis a configuration that runs onAndroid EmulatorAndroid Emulator
Now we need a explanation for
Android Emulator. Again quoting from developer site. Using the Android EmulatorNote the BOLD sentence in above quote. It clearly mentions that, Android Emulator utilizes AVD configurations.