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 trialKabir Haruna
588 Pointshi...i'm using android studio 1.3.2,how can I select image into ImageView?,bcos drag n drop doesnt auto show drawable
android studio 1.3.2
2 Answers
Seth Kroger
56,413 PointsAndroid Studio is into the 2.3's for versions now so 1.3 is quite behind the times. I strongly suggest updating to the current version. In the mean time you can look for "src" under Properties. It should give you an auto-complete list of available drawables.
rosemary joe
8,416 PointsI am using android version 2.3 and adding the image did not work like the video. I added this my activity_main.xml file:
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/imageView" android:src="@drawable/main_title" />