简体   繁体   English

在Eclipse中使用自定义ROM检测电话

[英]Detect phone with a Custom ROM in Eclipse

Can I do something to run applications from Eclipse directly on the phone while I have Custom ROM on it? 当我有自定义ROM时,可以做些事情直接在电话上运行Eclipse中的应用程序吗? Or I have to go back to stock Android ROM? 还是我必须返回库存的Android ROM?

You can run apps from Eclipse, Xamarin or other IDE if you have ADB enabled on the phone and ADB drivers installed on your computer. 如果您已在电话上启用了ADB并在计算机上安装了ADB驱动程序,则可以从Eclipse,Xamarin或其他IDE运行应用程序。

To check if you have ADB Drivers installed, open CMD/Terminal, navigate to "SDK_Location/platform-tools" and then run: "adb devices", you should have a response with something like this: 要检查是否已安装ADB驱动程序,请打开CMD / Terminal,导航到“ SDK_Location / platform-tools”,然后运行:“ adb devices”,您应该收到类似以下内容的响应:

在此处输入图片说明

Those numbers are my android adb id, may change for your device, if you have not drivers installed, will not get any number. 这些数字是我的android adb id,可能会因设备而异,如果您尚未安装驱动程序,则不会获得任何数字。

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

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