Wednesday 21 October 2015

[Solved] How to test android app on real Devices or no detection of hardware devices in android developing IDE | Abhishek Singh

Hey Guys many of you (If an android developer or not) thinking to use your real hardware devices (Phone or Tabs) to test your android application during developing them. {Also it is recommended than Using an Emulator or something like that by The Google.} OR If you are having probs during this then this post is for you !!!

First of all connect your Android to the PC. after that in your Android go to settings app.
scrolls down and open "About phone"






then after opening it click 7 times on the option "Build number" repeatedly.





now you are in developer mode of your device. press back than go to "Developer Option"




and enable the Developer switch in upper right portion.
now enable USB debugging..

Now that's done with your android.

now go to http://http://adbdriver.com/downloads/ and download Adb Driver Installer (9.0 MB)

now (If not done earlier) connect your android and in Developer Options switch on the USB debugging.
now open the Adb Driver Installer EXE file. select your devices listed and click install.

now here is the prob.
Probably if you are on Windows 7 then it all go right. but not in Windows 8 and above.
 Although if all goes right you will find your device in the running devices list in any IDE (i.e. Android Studio or Eclipse)..

Now for windows 8 or you will have to Disable Driver Signature Verification. For that I have written a Blog Separately. Go to http://hacksnipe.blogspot.in/2015/10/how-to-disable-driver-singnature.html

Thanks for Reading guys.
Happy Coding , Happy Developing :]

No comments:

Post a Comment