about android subject [closed]
we have to create different avd for different projects in eclipse. yes/no.I am really开发者_StackOverflow中文版 beginner i want to know that we can use one android virtual device for different application or not.I mean If it is a good practice to have different avd for different apps or not.
Not necessarily.
You usually create AVD for different configs (i.e. different Android versions and/or different screen parameters eg. density 160/240). You can run different projects in same AVD.
You don't need to create a different AVD for each project. @GSree is correct. The same AVD can be used for multiple projects.
精彩评论