R.txt': The Data Is Invalid. (13)
I am able to gradle build successfully but while running the app getting below Error. error: failed writing to 'D:\ ...\Projects\DineNow\GitCode\DineNow\app\build\intermediates\sy
Solution 1:
The problem was from my antivirus.
Solution 2:
I solve it by uninstalling the antivirus.
Solution 3:
I ran into this issue today. I corrected it by setting classpath 'com.android.tools.build:gradle:3.4.2' in build.gradle
Solution 4:
I ran into this issue today. I corrected it by setting classpath in build.gradle
com.android.tools.build:gradle:3.4.2
Solution 5:
I encountered the same error. Check for updates coming to Android studio. After I updated the problem was fixed.
Post a Comment for "R.txt': The Data Is Invalid. (13)"