简体   繁体   中英

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? Or I have to go back to stock 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.

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:

在此处输入图片说明

Those numbers are my android adb id, may change for your device, if you have not drivers installed, will not get any number.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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