Sorry for my poor English. I\'m trying to migrate my project to Gradle with Android Studio, but currently the build fails during processDebugResources.
Solved. The reason is that the AndroidManifest.xml file had something wrong, but gradle(or lint?) didn't figure it out. Thus the R.txt file couldn't be generated. As soon as I amended the AndroidManifest.xml file, the problem was gone.
Sorry again for my poor English.