简体   繁体   English

Eclipse对于Android-对Android虚拟设备进行故障排除

[英]Eclipse For Android - Troubleshooting Android Virtual Device

I am new to android development and would like to ask for some advice regarding an issue with debugging my android device to test with eclipse. 我是android开发的新手,并想就调试我的android设备以进行Eclipse测试的问题寻求一些建议。 Can anyone suggest a user friendly step by step resource that will enable me to create a virtual device that is compatible with Android 4.0 and above since I am having problems with trying to create one. 谁能建议一个用户友好的逐步资源,使我能够创建与Android 4.0及更高版本兼容的虚拟设备,因为我在尝试创建虚拟设备时遇到问题。 In summary: 综上所述:

  (1) How do I setup device debugging and code testing on an android device, specifically
      a Samsung Galaxy s4? Also running on a Windows 8 Operating System if helpful.

  (2) How do I create a virtual device that is compatible with Android 4.0 *KitKat on 
      eclipse? what device should I choose? What target should I choose?

   I will be grateful for any suggestions provided

I Will try answer you questions :) 我会尽力回答您的问题:)

1) First, you need install you device driver,. 1)首先,您需要安装设备驱动程序。 Install Kies or Samsung USB Drivers :). 安装Kies或Samsung USB驱动程序:)。 Second, you will need a IDE for start code and debug this code, i recommend eclipse ADT. 其次,您将需要一个IDE作为启动代码并调试该代码,我建议使用Eclipse ADT。 Link: http://developer.android.com/sdk/index.html 链接: http//developer.android.com/sdk/index.html

With eclipse ADT, you can create a Virtual devices :) 使用eclipse ADT,您可以创建虚拟设备:)

2) You can't create a android device 4.0 compatible with Kit Kat, the Kit kat version it's 4.4, but you can work wit 4.4 and 4.0 at the same time, you just have to set the minimum api level 14 and the target 20. 2)您无法创建与Kit Kat兼容的android设备4.0,Kit Kat版本为4.4,但您可以同时使用4.4和4.0,只需设置最低api级别14和目标20 。

English isn't my native language, sorry for any grammar errors. 英语不是我的母语,对于任何语法错误,我们深表歉意。

Good Luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM