Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Mobile Development > BOOK: Beginning Android Application Development
|
BOOK: Beginning Android Application Development
This is the forum to discuss the Wrox book Beginning Android Application Development by Wei-Meng Lee; ISBN: 978-1-1180-1711-1
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Android Application Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2011, 02:46 PM
Registered User
 
Join Date: Aug 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Cool Chapter-2 Can't see Output in the LogCat window

I typed in the code just as the book asked and in for each cycle in the activity i wrote

public void onStart()
{
super.onStart();
Log.d(tag,"In the onStartEvent()");
}

...etc for (onRestart(), onResume(),....)

i properly imported the Log class even if it might not have been necessary and i have no errors

*The problem is when i start the application i don't see the output "In the onStartEvent()"
 
Old August 28th, 2011, 02:15 PM
Registered User
 
Join Date: Aug 2011
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Default

You need to put Eclipse in the "Debug" view
After the app is up and running, there is a button on the top right corner that says "Debug" next to the "Java" button. Click on the "Debug" button. This should bring you to the debug view. You should now see a "LogCat" window pane.

If not, you can try in Eclipse:
Window --> ShowView --> LogCat





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 3 - Exercise 4 - Solution gives no output Cryotic BOOK: Ivor Horton's Beginning Visual C++ 2008 ISBN: 978-0-470-22590-5 2 April 19th, 2010 08:57 AM
Output Window Int-L General .NET 0 May 26th, 2008 05:46 AM
C# Output Window jts5219 C# 2005 1 January 7th, 2008 01:28 AM
XML Spy question - output window extn pgtips XML 0 October 1st, 2004 07:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.