0

I have a web application which is developed for Ipad and which works fine in Ipad. I want to test it in motorola xoom. Can any one point me or guide me on how to set up motorola xoom simulator which has browser so that I could test my Web App in it?

Thanks

CKR
  • 213
  • 4
  • 8
  • Thanks for the pointing me to the right place. I would like to know if there is a way where we can debug web app in galaxy tab directly.. not through emulator but debugging directly the device..something like weinre for IPad – CKR Jun 06 '11 at 22:06

1 Answers1

1

The information you need is on this page.

Here's a quick rundown:
- Install the Android SDK
- Create an AVD (Android Virtual Device) with the specs you're looking for (ie. resolution)
- Run the emulator with the AVD (emulator -avd )

User1578
  • 628
  • 1
  • 5
  • 9
  • Thanks for the pointing me to the right place. I would like to know if there is a way where we can debug web app in galaxy tab directly.. not through emulator but debugging directly the device..something like weinre for IPad – CKR Jun 06 '11 at 22:06
  • I'm not aware of any way to do that. Sounds like a good topic for a new question. – User1578 Jun 07 '11 at 13:48