Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android tablet emulator

I want to develop application for Android tablet. But I am unable to create a tablet size emulator. Emulator size should be 1024x600 (WSVGA) but there is no option to make tablet size emulator in default skin size in sdk2.2 as well as sdk 2.3. Then How to create tablet size emulator? However i have tried to make tablet size emulator manually putting the screen size 600x1024 in screen resolution. But this emulator is not working. Please help.

like image 358
Sudipta Som Avatar asked Jan 21 '11 07:01

Sudipta Som


People also ask

Can a tablet run an emulator?

One of the easiest ways to run your favorite game or app on a different platform is using an Emulator, right? Without spending any extra money, you can play games from Windows or iOS games/ apps on your Android tablet and vice versa.

Is there any android emulator for Android?

The Android SDK includes the Android device emulator. Android emulator lets you develop and test out the application without using a physical device.

Is there a Google Android emulator?

The Android Emulator simulates Android devices on your computer so that you can test your application on a variety of devices and Android API levels without needing to have each physical device.

Is Android emulating legal?

Yes, any kind of emulation is entirely legal. Be it Yuzu, Dolphin, RetroArch, or any other emulator; they are all legal. You can even download them legally without worrying.


1 Answers

Set the resolution you want while defining the AVD:

alt text

like image 192
Diego Torres Milano Avatar answered Oct 11 '22 07:10

Diego Torres Milano