• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how install in Eclipse(Java/Android) emulator for Tablet PC Android

 
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how install in Eclipse(Java/Android) emulator for Tablet PC Android? I have emulator for Phone Android, is the same?
 
Ranch Hand
Posts: 633
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An Android version for tablets is not launch yet. But you can use the same SDK which is used for Phone like 2.0, 2.1, 2.2
.
 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The SDK used is the same; you can change the screen size/density of the AVD to emulate a Tablet.
Honeycomb might have this support by default.
 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is "Honeycomb"? I know to change size but the bigger size is the tablet PC size, or needed bigger size? if indeed needed bigger size, is any other plug-in?
 
Pramod P Deore
Ranch Hand
Posts: 633
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Leonidas Savvides wrote:what is "Honeycomb"?



Honeycomb is next version of Android SDK i.e 3.0 But it is not release yet. Google says that it is specially for tablets of various screen size.
 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to install this[Honeycomb] I must replace current eclipse android 2.2?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, you will have to either upgrade your existing Eclipse and Android SDK to Android SDK 3.0, or install a new one once the 3.0 SDK comes out. For the Android SDK< an in-place update from the command line is probably the best - do not update from the GUI because the GUI locks files that the update tries to replace (actually, that is probably only an issue on Windows). For Eclipse, I recommend reinstalling Eclipse and adding the Android plugins to that (I have never had good luck with updating existing Eclipse with new plugin levels).
 
reply
    Bookmark Topic Watch Topic
  • New Topic