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

Android Build a Simple Android App (retired 2014) Getting Started with Android Adding an OnClickListener to a Button

Not getting intellisense in ADT

I am following along as showed in all the videos, but I am not getting the same intellisense in the ADT. Do I need to enable something to get them?

2 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

I'd also recommend trying different "delay" settings here: http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_c_editor_con_assist.htm

I wish I had shown this to begin with. I'll be sure to include this feature in a future video.

I managed to fix it myself by updating the intellisense settings. However I didn't have the same help as shown in the video. I tried various different things, including putting the final variable manually. However none of it got the button onClick working unfortunately!

Ben Jakuben
Ben Jakuben
Treehouse Teacher

If you're still having problems with your code, paste it in here and we'll take a look.