Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create a AVD for tablet testing?

I can I create a AVD for android 4.0.3 so that I can test my app on emulator? I have download android 4.0.3 SDK from Android SDK manager. But how can I create a AVD so that i will run as an tablet environment? The only one I found is SamSung Galaxy Tab, but that is for API 8. I am looking for something which works on 4.0.3

Thank you.

like image 672
michael Avatar asked Apr 12 '12 06:04

michael


1 Answers

Check How to Test Your Application on Multiple Screens in fallowing link: http://developer.android.com/guide/practices/screens_support.html

its given there how can you test your app on tablet. you just have to change your avd according to extra large. remember one thing skin for tablet is available from 3.0 .

In 4.0 skin for tablet is not there. for that try 3.0 to 3.2 versions( which were made for tablets specifically. \

Android avd sucks,

I suggest, use genymotion its fast. faster then your phone

like image 191
Rajiv yadav Avatar answered Sep 27 '22 21:09

Rajiv yadav