Hey guys I just got an android phone (Samsung Galaxy Blaze) and I want to know how do I add it to whatever I’m supposed to for device testing. [import]uid: 168985 topic_id: 34626 reply_id: 334626[/import]
You need to install “Android Debug Bridge” and it’s tools. You can google to find instructions.
Next you need to tell your Android that you want to be able to use it for development. Google seriouslly hid it in the latest version. It used to be obvious in the Settings menu, but now you’ve got to pretty much execute an easter egg to turn it on. Again, Google will get you to that information.
After that, you can tether your phone to your computer and using the “adb install” command to install apps, “adb logcat” to see the console log. You should also get a command “ddms” which is a windowed app (the others are command line apps) that gives you a lot of these features and lets you capture screen shots.
[import]uid: 199310 topic_id: 34626 reply_id: 137661[/import]
You need to install “Android Debug Bridge” and it’s tools. You can google to find instructions.
Next you need to tell your Android that you want to be able to use it for development. Google seriouslly hid it in the latest version. It used to be obvious in the Settings menu, but now you’ve got to pretty much execute an easter egg to turn it on. Again, Google will get you to that information.
After that, you can tether your phone to your computer and using the “adb install” command to install apps, “adb logcat” to see the console log. You should also get a command “ddms” which is a windowed app (the others are command line apps) that gives you a lot of these features and lets you capture screen shots.
[import]uid: 199310 topic_id: 34626 reply_id: 137661[/import]