Andy
Andy

Reputation: 123

Is there any Online testing Emulator available for Samsung galaxy tab 10.1?

I would like to test application specifically in Samsung galaxy tab 10.1 in 3.1 OS version. So, any online testing option available?

Upvotes: 1

Views: 15505

Answers (3)

Jigar Pandya
Jigar Pandya

Reputation: 5977

answer to your question is no.... even if they exists that will allow you to test your Mobile Web Apps only not your Android Native apps.

To test Android Native apps in any device you can define ADV.

In Eclipse, click on Run in the toolbar then Run Configurations. Select your application and click on the Target tag. You can then select which AVD to use or set it to manual so it asks you each time you run the app this way you can define any Device Configuration...

See enter image description here and select device from Eclipse enter image description here

Hope this helps

Upvotes: 2

Hemantvc
Hemantvc

Reputation: 2119

belove link for all samsung device that are available for online testing .

http://developer.samsung.com/remotetestlab/rtlDeviceList.action

Upvotes: 2

Errol Dsilva
Errol Dsilva

Reputation: 177

You can look at solutions provided by DeviceAnyWhere. They provide you with devices where you can install and test native application. All the other online emulators available let you test only web based applications.

Upvotes: 4

Related Questions