On Thu, Mar 15, 2012 at 8:48 AM, Mohamed Gougam <[email protected]> wrote: > ok, so this is the "USB Debugging" feature !! > > Could you please instruct me how to use,....i plugged the phone--> activated > the feature--> opened CMD and rooted to the platform-tools--> run the > application on the phone --> what next?
You can do whatever you want "next". At this point, your phone will behave in many respects like your emulator: - Use adb logcat, DDMS, or the LogCat view in Eclipse to examine LogCat - Set breakpoints in Eclipse - Etc. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

