Reputation: 421
I have created an android app. When I connect my Nokia XL (having android OS) with USB debugging enabled, my eclipse can't detect it, and runs the app on the emulator whereas I want it to be running on my cell phone. On the other hand, it works perfectly when any other android cell phone is connected.
Any help will be life saving for me. Thanks!
Upvotes: 2
Views: 541
Reputation: 1869
Download ADB Driver Installer from adbdriver.com/downloads/ and unzip the package. Make sure you have enabled the developer options and USB debugging in your mobile, and connect to computer. Then, run ADBDriverInstaller.exe from the extracted folder. Select the device and click on Install. It worked perfectly for me. My device was then recognized. Hope it helps others with same problem.
Upvotes: 0
Reputation: 1385
In windows you have to install the driver first. Please see here for more details.
Follow this steps, If your operating system is Windows.
Upvotes: 1