You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am a student just finishing up a course on Android app development.
I pasted in the correct line to my Gradle and synced it.
When I paste in your code in the layout xml file, my project wouldn't build successfully.
I managed to guess that I had to add xmlns:custom="com.dd.processbutton"
inside the . It now builds properly.
Any help on what I might have missed would be great.
The text was updated successfully, but these errors were encountered:
Hi, I am a student just finishing up a course on Android app development.
I pasted in the correct line to my Gradle and synced it.
When I paste in your code in the layout xml file, my project wouldn't build successfully.
I managed to guess that I had to add xmlns:custom="com.dd.processbutton"
inside the . It now builds properly.
Any help on what I might have missed would be great.
The text was updated successfully, but these errors were encountered: