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

Error Message using arrays:

In the video All About @string Resources ...when I come to the part of using arrays ...I get an error on the line....mAndroidNames = resources.getStringArray(R.array.android_names);.....Intellisense suggests the following solution....Create field "array" in type "R".....Is there something wrong with my R.package?....can anybody help me resolve this issues?....Thanks a lot!

2 Answers

I guess you should save your strings.xml first

Error is resolved....i had to update SDK manager ...Thank you