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 trial
Nicholas Benvenuti
436 PointsError in Android code: invalid symbol variable. but im not sure why all of a sudden its not working
So I went into the file called FunFactsActivity.java and this line of code had an error at the very end with the variable toolbar, Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); I didnt touch anything in the file however right before this occured probably like a few minutes I deleted the top little bar on top of my app that im making. But I am fairly positive that it was not called the toolbar. I am also, for the record, a begginer to Android and not very knowledgable yet.