Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialD J W
6,095 PointsLog.d
Here's the code: Log.d("FunFactsActivity", "We're logging from the onCreate() Method!");
Here's the error: error: cannot find symbol variable Log
1 Answer
Micah Kline
17,831 PointsCheck out this answer see if it helps
https://teamtreehouse.com/forum/my-logd-string-is-coming-back-with-an-error
D J W
6,095 PointsD J W
6,095 PointsThanks. Also thanks for the "Alt Enter" to add the import statement.