Reputation: 93
I have used my Samsung phone for running an android app(very basic app) once. I was trying to work on another app, but now, when I turn on the usb debugging in my phone and try running the new one, my phone doesn't show up in the CHOOSE A RUNNING ANDROID DEVICE list. I tried to run the previous app again, just to see if it works now, and surprisingly, it does ! I don't remember doing anything else other than turning on the usb debugging thing in my phone. Any help would be appreciated :) Thank you in advance.
Upvotes: 0
Views: 142
Reputation: 1224
Connect phone by USB cable to your computer.Remember to set
android:debuggable="true"
in your AndroidManifest file
You'll also need "unknown sources
" ticked under
Settings -> Application.
Try this link: http://developer.android.com/guide/developing/device.html
Connecting Your Own Device On Eclipse safely to run Application
Upvotes: 0
Reputation: 2223
You need to install device driver for your Samsung devices After that you can restart your Eclipse & attach phone with usb.Now you can see the devices in devices list.
Upvotes: 0
Reputation: 725
Try to enable ADB through command line tool . For reference you can follow this link :See the link here
And if there is any further issues please comment below.
Upvotes: 0
Reputation: 11457
be sure you have enabled usb debugging from your phone .....if yes follow this ..
First Install This Software on your pc
then install apk
on your phone
get it from here http://www.mobogenie.com/product/mobogenie-pc.html
Upvotes: 0