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 trialDavid Barnes
1,740 PointsAndroidStudio throws an error when rendering the Editable Text box for the login screen
I add the blank activity for the login screen, delete the hello world textView and then place my own Editable text box down. Android Studio doesn't display it on the design screen and throws the following error - "Rendering Problems Exceptions raised during rendering: java.lang.System.arraycopy([CI[CII)V"
1 Answer
David Barnes
1,740 PointsI think I've figured it out -
I was building to the 4.2 Android version SDK - but AndroidStudio was attempting to view everything in the latest which happens to be Wear - which doesn't support Editable Text fields