Android device not recognized by Eclipse












1














Samsung Galaxy S4. USB debugging is enabled. I selected to always prompt for device. All drivers are up to date and installed. Device version is 4.2, min sdk version is 8 and target is 18. I have restarted eclipse, my computer, and my device. Still will not recognize my device. BTW using Windows 7. Any help is appreciated, thank you in advance.



SOLVED: Thank you for the suggestions everyone, plugged it in the next morning and it worked. Must have been a driver not installed, but I did unplug and plug in numerous times.










share|improve this question




















  • 1




    I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
    – GreekOphion
    Nov 8 '13 at 1:10










  • I forgot to mention that, my computer does recognize the device as being plugged in.
    – notavirus
    Nov 8 '13 at 1:13










  • Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
    – yushulx
    Nov 8 '13 at 1:18










  • The device says it is connected as a media device and Kies can recognize it
    – notavirus
    Nov 8 '13 at 1:21
















1














Samsung Galaxy S4. USB debugging is enabled. I selected to always prompt for device. All drivers are up to date and installed. Device version is 4.2, min sdk version is 8 and target is 18. I have restarted eclipse, my computer, and my device. Still will not recognize my device. BTW using Windows 7. Any help is appreciated, thank you in advance.



SOLVED: Thank you for the suggestions everyone, plugged it in the next morning and it worked. Must have been a driver not installed, but I did unplug and plug in numerous times.










share|improve this question




















  • 1




    I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
    – GreekOphion
    Nov 8 '13 at 1:10










  • I forgot to mention that, my computer does recognize the device as being plugged in.
    – notavirus
    Nov 8 '13 at 1:13










  • Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
    – yushulx
    Nov 8 '13 at 1:18










  • The device says it is connected as a media device and Kies can recognize it
    – notavirus
    Nov 8 '13 at 1:21














1












1








1


1





Samsung Galaxy S4. USB debugging is enabled. I selected to always prompt for device. All drivers are up to date and installed. Device version is 4.2, min sdk version is 8 and target is 18. I have restarted eclipse, my computer, and my device. Still will not recognize my device. BTW using Windows 7. Any help is appreciated, thank you in advance.



SOLVED: Thank you for the suggestions everyone, plugged it in the next morning and it worked. Must have been a driver not installed, but I did unplug and plug in numerous times.










share|improve this question















Samsung Galaxy S4. USB debugging is enabled. I selected to always prompt for device. All drivers are up to date and installed. Device version is 4.2, min sdk version is 8 and target is 18. I have restarted eclipse, my computer, and my device. Still will not recognize my device. BTW using Windows 7. Any help is appreciated, thank you in advance.



SOLVED: Thank you for the suggestions everyone, plugged it in the next morning and it worked. Must have been a driver not installed, but I did unplug and plug in numerous times.







android eclipse






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '13 at 16:54

























asked Nov 8 '13 at 1:01









notavirus

8114




8114








  • 1




    I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
    – GreekOphion
    Nov 8 '13 at 1:10










  • I forgot to mention that, my computer does recognize the device as being plugged in.
    – notavirus
    Nov 8 '13 at 1:13










  • Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
    – yushulx
    Nov 8 '13 at 1:18










  • The device says it is connected as a media device and Kies can recognize it
    – notavirus
    Nov 8 '13 at 1:21














  • 1




    I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
    – GreekOphion
    Nov 8 '13 at 1:10










  • I forgot to mention that, my computer does recognize the device as being plugged in.
    – notavirus
    Nov 8 '13 at 1:13










  • Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
    – yushulx
    Nov 8 '13 at 1:18










  • The device says it is connected as a media device and Kies can recognize it
    – notavirus
    Nov 8 '13 at 1:21








1




1




I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
– GreekOphion
Nov 8 '13 at 1:10




I have a S4 and this happens to me sometimes. I just unplug it make sure it's unlocked and plug it back in. It should say it's connected as a media device in the notification tray. Is your S4 recognizing it is plugged in?
– GreekOphion
Nov 8 '13 at 1:10












I forgot to mention that, my computer does recognize the device as being plugged in.
– notavirus
Nov 8 '13 at 1:13




I forgot to mention that, my computer does recognize the device as being plugged in.
– notavirus
Nov 8 '13 at 1:13












Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
– yushulx
Nov 8 '13 at 1:18




Have you installed Samsung's driver? Whether Samsung's software Kies can recognize your device?
– yushulx
Nov 8 '13 at 1:18












The device says it is connected as a media device and Kies can recognize it
– notavirus
Nov 8 '13 at 1:21




The device says it is connected as a media device and Kies can recognize it
– notavirus
Nov 8 '13 at 1:21












5 Answers
5






active

oldest

votes


















1














Restarting the adb server, Eclipse, and device did the trick for me.



C:Androidandroid-sdkplatform-tools>adb kill-server

C:Androidandroid-sdkplatform-tools>adb start-server



  • daemon not running. starting it now on port 5037 *

  • daemon started successfully *






share|improve this answer





























    1














    If your android device is not showing up at all then either




    1. USB debugging is not enabled on your device OR

    2. Suitable driver is not installed for the same.


    You can check this case by running the command ./adb devices in the adt-bundle-windows-x86sdkplatform-tools directory. I have added the detailed solution for this my personal blog post - Troubleshooting steps when Eclipse ADT does not recognizing your Android device.



    If your android device is detected but is not recognized as in you are seeing something like ???? with no permissions then you may want to restart your server. This is again explained with screenshots in my article Troubleshooting steps when an Android device is detected but not recognized by Eclipse ADT.






    share|improve this answer































      0














      I have this problem too, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.






      share|improve this answer





























        0














        I was able to see my device in the "Devices" window but when I tried to Run the project my device was not shown in the "Pick a device" window. What worked for me was re-plugging my device while I was on the "Pick a device" window and it showed up.






        share|improve this answer





























          0














          Sometimes I have the same problem and I solve it thus:




          1. Close eclipse

          2. Start Windows Task Manager and kill adb process

          3. Open eclipse again


          Then, go to DDMS perspective and check what devices are connected. Your phone should appears now.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f19849781%2fandroid-device-not-recognized-by-eclipse%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Restarting the adb server, Eclipse, and device did the trick for me.



            C:Androidandroid-sdkplatform-tools>adb kill-server

            C:Androidandroid-sdkplatform-tools>adb start-server



            • daemon not running. starting it now on port 5037 *

            • daemon started successfully *






            share|improve this answer


























              1














              Restarting the adb server, Eclipse, and device did the trick for me.



              C:Androidandroid-sdkplatform-tools>adb kill-server

              C:Androidandroid-sdkplatform-tools>adb start-server



              • daemon not running. starting it now on port 5037 *

              • daemon started successfully *






              share|improve this answer
























                1












                1








                1






                Restarting the adb server, Eclipse, and device did the trick for me.



                C:Androidandroid-sdkplatform-tools>adb kill-server

                C:Androidandroid-sdkplatform-tools>adb start-server



                • daemon not running. starting it now on port 5037 *

                • daemon started successfully *






                share|improve this answer












                Restarting the adb server, Eclipse, and device did the trick for me.



                C:Androidandroid-sdkplatform-tools>adb kill-server

                C:Androidandroid-sdkplatform-tools>adb start-server



                • daemon not running. starting it now on port 5037 *

                • daemon started successfully *







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 8 '13 at 2:13









                SHASHIDHAR MANCHUKONDA

                2,77621438




                2,77621438

























                    1














                    If your android device is not showing up at all then either




                    1. USB debugging is not enabled on your device OR

                    2. Suitable driver is not installed for the same.


                    You can check this case by running the command ./adb devices in the adt-bundle-windows-x86sdkplatform-tools directory. I have added the detailed solution for this my personal blog post - Troubleshooting steps when Eclipse ADT does not recognizing your Android device.



                    If your android device is detected but is not recognized as in you are seeing something like ???? with no permissions then you may want to restart your server. This is again explained with screenshots in my article Troubleshooting steps when an Android device is detected but not recognized by Eclipse ADT.






                    share|improve this answer




























                      1














                      If your android device is not showing up at all then either




                      1. USB debugging is not enabled on your device OR

                      2. Suitable driver is not installed for the same.


                      You can check this case by running the command ./adb devices in the adt-bundle-windows-x86sdkplatform-tools directory. I have added the detailed solution for this my personal blog post - Troubleshooting steps when Eclipse ADT does not recognizing your Android device.



                      If your android device is detected but is not recognized as in you are seeing something like ???? with no permissions then you may want to restart your server. This is again explained with screenshots in my article Troubleshooting steps when an Android device is detected but not recognized by Eclipse ADT.






                      share|improve this answer


























                        1












                        1








                        1






                        If your android device is not showing up at all then either




                        1. USB debugging is not enabled on your device OR

                        2. Suitable driver is not installed for the same.


                        You can check this case by running the command ./adb devices in the adt-bundle-windows-x86sdkplatform-tools directory. I have added the detailed solution for this my personal blog post - Troubleshooting steps when Eclipse ADT does not recognizing your Android device.



                        If your android device is detected but is not recognized as in you are seeing something like ???? with no permissions then you may want to restart your server. This is again explained with screenshots in my article Troubleshooting steps when an Android device is detected but not recognized by Eclipse ADT.






                        share|improve this answer














                        If your android device is not showing up at all then either




                        1. USB debugging is not enabled on your device OR

                        2. Suitable driver is not installed for the same.


                        You can check this case by running the command ./adb devices in the adt-bundle-windows-x86sdkplatform-tools directory. I have added the detailed solution for this my personal blog post - Troubleshooting steps when Eclipse ADT does not recognizing your Android device.



                        If your android device is detected but is not recognized as in you are seeing something like ???? with no permissions then you may want to restart your server. This is again explained with screenshots in my article Troubleshooting steps when an Android device is detected but not recognized by Eclipse ADT.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited 2 days ago









                        Bhargav Rao

                        30.1k2087110




                        30.1k2087110










                        answered Nov 12 '13 at 19:30









                        Aniket Thakur

                        41k24183203




                        41k24183203























                            0














                            I have this problem too, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.






                            share|improve this answer


























                              0














                              I have this problem too, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.






                              share|improve this answer
























                                0












                                0








                                0






                                I have this problem too, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.






                                share|improve this answer












                                I have this problem too, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Feb 23 '14 at 15:27









                                Hamid Reza

                                465519




                                465519























                                    0














                                    I was able to see my device in the "Devices" window but when I tried to Run the project my device was not shown in the "Pick a device" window. What worked for me was re-plugging my device while I was on the "Pick a device" window and it showed up.






                                    share|improve this answer


























                                      0














                                      I was able to see my device in the "Devices" window but when I tried to Run the project my device was not shown in the "Pick a device" window. What worked for me was re-plugging my device while I was on the "Pick a device" window and it showed up.






                                      share|improve this answer
























                                        0












                                        0








                                        0






                                        I was able to see my device in the "Devices" window but when I tried to Run the project my device was not shown in the "Pick a device" window. What worked for me was re-plugging my device while I was on the "Pick a device" window and it showed up.






                                        share|improve this answer












                                        I was able to see my device in the "Devices" window but when I tried to Run the project my device was not shown in the "Pick a device" window. What worked for me was re-plugging my device while I was on the "Pick a device" window and it showed up.







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Mar 5 '15 at 4:21









                                        notmrkyle

                                        16419




                                        16419























                                            0














                                            Sometimes I have the same problem and I solve it thus:




                                            1. Close eclipse

                                            2. Start Windows Task Manager and kill adb process

                                            3. Open eclipse again


                                            Then, go to DDMS perspective and check what devices are connected. Your phone should appears now.






                                            share|improve this answer




























                                              0














                                              Sometimes I have the same problem and I solve it thus:




                                              1. Close eclipse

                                              2. Start Windows Task Manager and kill adb process

                                              3. Open eclipse again


                                              Then, go to DDMS perspective and check what devices are connected. Your phone should appears now.






                                              share|improve this answer


























                                                0












                                                0








                                                0






                                                Sometimes I have the same problem and I solve it thus:




                                                1. Close eclipse

                                                2. Start Windows Task Manager and kill adb process

                                                3. Open eclipse again


                                                Then, go to DDMS perspective and check what devices are connected. Your phone should appears now.






                                                share|improve this answer














                                                Sometimes I have the same problem and I solve it thus:




                                                1. Close eclipse

                                                2. Start Windows Task Manager and kill adb process

                                                3. Open eclipse again


                                                Then, go to DDMS perspective and check what devices are connected. Your phone should appears now.







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Oct 28 '15 at 18:25









                                                JAL

                                                32.6k17117224




                                                32.6k17117224










                                                answered Oct 28 '15 at 17:59









                                                Val Martinez

                                                389410




                                                389410






























                                                    draft saved

                                                    draft discarded




















































                                                    Thanks for contributing an answer to Stack Overflow!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    To learn more, see our tips on writing great answers.





                                                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                                    Please pay close attention to the following guidance:


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f19849781%2fandroid-device-not-recognized-by-eclipse%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    Mossoró

                                                    Error while reading .h5 file using the rhdf5 package in R

                                                    Pushsharp Apns notification error: 'InvalidToken'