views:

32

answers:

1

I typically use Eclipse with the Android Plug-in for mobile phone development. I was wondering how I could use this existing setup to develop and test Android Tablet applications. Anyone have any suggestions/experience with this? Any alternatives for testing?

Update: http://www.droidsector.com/blog/2010/05/21/how-to-emulate-a-tablet-in-android-sdk-2-2/

:-)

+1  A: 

You will be creating anew avd config to specify the tablet screen size, memory constraints, SDcard size, etc. I believe that most of that can be achieved by just creating a new avd and changing the parameters in avd manager. Although You may also have to create a tablet skin to go with the AVd you created. I would first check with the tablet OEM and see if they already have create a SDK addon for that purpose.

Fred Grott
Fantastic. I am very excited about this. Thank you so much.
Oh Danny Boy