I developed an application in android, I need to test the application on samsung galaxy S3, xperia S, how can I download the emulators.

thank you in advance.

有帮助吗?

解决方案

You will need to create emulator images yourself. The images are called Android Virtual Devices (AVDs).

There are lots of tutorials, but basically, you will need to create emulator images (AVDs) with the particular requirements of the devices you wish to emulate (for the most part, screen size will be the most important thing you will want to test).

Here is a link to the official docs: http://developer.android.com/tools/devices/index.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top