Eclipse不认识我的Andr​​oid 4.4.2 [英] Eclipse doesn't recognize my android 4.4.2

查看:164
本文介绍了Eclipse不认识我的Andr​​oid 4.4.2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个机器人BQ Aquaris E5高清与版本4.4.2,当我将其插入我的Mac,Android的文件管理器启动,这一切都ok了,但是当我从Eclipse中运行我的Andr​​oid应用我的手机不出现在设备列表上运行应用程序。
但如果我尝试例如用三星SIII正常工作

I have an android BQ Aquaris E5 HD with the version 4.4.2 and when I plug it on my mac, the android file manager launch and it's all ok, but when I run my android app from eclipse my phone doesn't appear on the devices list to run the app. But if I try for example with a Samsung SIII it works fine

什么可以错在这里?

推荐答案

我有同样的问题,同样的设备(BQ Aquaris 5 HD),相同的Andr​​oid版本(4.4.2),也是一个MAC(@Serge答案是Windows操作系统我认为)。我找到了解决办法如下从用户这个答案中的另一个主题dustmachine

I had the same problem, same device (BQ Aquaris 5 HD), same Android version (4.4.2), also a mac (@Serge answer is for Windows OS I think) . I found the solution following this answer from user dustmachine in another topic.

请按照有关编辑adb_usb.ini的步骤,在我的情况下,供应商ID是0x2a47但自己去查,以防万一。

Follow the steps about editing the adb_usb.ini, in my case the vendor ID was 0x2a47 but check it yourself just in case.

该命令的回声0x2a47 >>〜/ .android / adb_usb.ini 我没有工作,出于某种原因。如果这发生在你身上,去你家的文件夹(终端将默认打开那里,或者只是执行命令的 CD )和执行命令的 LS -a 即可看到隐藏文件和检查.android文件夹存在。去( CD .android ),并执行呼应0x2a47 >> adb_usb.ini ,它应该工作得很好。你可以用微微检查,例如(微微adb_usb.ini )。

The command echo 0x2a47 >> ~/.android/adb_usb.ini did not work for me for some reason. If that happens to you, go to your home folder (terminal will open there by default, or just execute the command cd) and execute the command ls -a to see the hidden files and check that the .android folder exists. Go in (cd .android) and execute echo 0x2a47 >> adb_usb.ini and it should work just fine. You can check it for example with pico (pico adb_usb.ini).

现在重新ADB。在我的情况下,我不把它作为一个环境变量,我跑到哪里亚行计划是,在SDK里面的文件夹。它应该是这样的 / Android的SDK-的MacOSX /平台的工具/ 。只要看看它周围,应该很容易。要重置ADB执行命令的 ./杀亚行 - 服务器(或只是杀亚行 - 服务器如果您有亚洲开发银行作为一个环境变量),然后 ./ ADB设备。它应该重新启动守护进程。请将您的Aquaris和执行 ./ ADB设备一次。如果一切顺利,它现在应该会出现。

Now reset adb. In my case as I don't have it as an environment variable, I went to the folder where the adb program is, inside the sdk. It should be something like /android-sdk-macosx/platform-tools/. Just look for it around, should be easy. To reset the adb execute the command ./adb kill-server (or just adb kill-server if you have adb as a environment variable) and then ./adb devices. It should restart the daemon. Plug your Aquaris and execute ./adb devices again. If everything went well, it should appear now.

一件事。现在应该会出现在你的手机弹出有关从该计算机调试建议。如果你不接受它提示什么时候能够捡到设备日食,例如该设备将作为离线和候选资格出现。如果您接受该设备最终将可用于调试,当你使用仿真工作的。

One more thing. It should appear now in your mobile phone a pop-up with an advice about debugging from that computer. If you don't accept it the device will appear as offline and unelectable when prompt to pick device in eclipse, for example. If you accept the device will finally be available for debugging as when you work with the emulator.

很抱歉,如果我解释一些明显的步骤,但我遇到一吨像这些小东西的问题,同时寻找解决方案。

Sorry if I explained some obvious steps, but I encountered a ton of problems with small things like those while finding the solution.

如果您仍然遇到问题,请确保您的设备设置为调试模式(七集结号自来水) 。选中此问题的更详细的信息:

If you still encounter problems, be sure that you have set your device to debugging mode (the seven build-number tap). Check this questions for more detailed information:

<一个href=\"http://stackoverflow.com/questions/4992357/how-to-load-my-app-from-eclipse-to-my-android-phone-instead-of-avd\">How从Eclipse的我的应用程序加载到我的Andr​​oid手机,而不是AVD

亚行没有找到我的设备/电话(MacOS X系统)

这篇关于Eclipse不认识我的Andr​​oid 4.4.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆