Eclipse provides a perspective for interacting with your Android (virtual) device and your Android application program. Select → → → to open this perspective. It includes several
Views
which can also be used independently and allows for example the
application to place calls and send SMS to the device. It also allows
the application to set the current geo position and allows you to
perform a performance trace of your application.
You can see the log (including System.out.print() statements) via the LogCat view.
No comments:
Post a Comment