Android development for Samsung tab2 tablet

寵の児 提交于 2019-12-08 02:04:30

问题


Is it possible to develop android applications in Samsung tab 2 tablet using Eclipse?
Does it require any driver installation?


回答1:


Of Course You Can! you have to install standard android developpement tools (SDK,ADT) ad eclipse (Juno latest release). Download SDK from this link, refer also to this link to learn how to intall it and finally install the ADT plugin.

  1. Install the correct device driver from Samsung onto your workstation, I advice you to install Samsung Kies that will be enough to recognize your Android Tablet, it contains the necessary drivers to work with your Android Sambung tablet.
  2. Pick the correct API level for your project, i.e. HoneyComb

  3. Turn on "USB debugging" on your mobile device Settings --> Applications --> Development --> "USB Debugging"

  4. Connect your Tablet via USB, it should be visible in Eclipse now (DDMS perspective), you can run your apps on your tablet now.



回答2:


No Driver required to install in Apple Mac. It's directly detect in Eclipse.



来源:https://stackoverflow.com/questions/11337920/android-development-for-samsung-tab2-tablet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!