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 trialoscar salmon
Courses Plus Student 219 Pointsi need help with the coding of my app i got a error, how can i fix this Error:(10, 17) Resource id cannot be an emp
these are the 2 error that appear in my app
Error:(10, 17) Resource id cannot be an empty string (at 'id' with value '@+id/').
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\PC1\AppData\Local\Android\Sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
sahil shokeen
1,579 Pointsresource id cannot be empty as for eg @+id/string/.
LeJacque Gillespie
3,990 PointsLeJacque Gillespie
3,990 PointsI was unable to figure it out so I just started a new project and everything went through fine. I just did that tonight.