Android Problems with R [duplicate]

0

All Layouts in my project are not accepting calls in Android Studio. What can I do?

    
asked by anonymous 30.04.2015 / 13:56

1 answer

0

I already had this problem once, it was resolved with:

Build-> Clean Project

If it still does not work, try:

Tools-> Android-> "Sync Project with Gradle Files"

    
30.04.2015 / 15:32