Gradle build failed
nekocode opened this issue · 1 comments
nekocode commented
Error:Execution failed for task ':data:processDebugResources'.
java.io.FileNotFoundException: /Users/nekocode/AndroidStudioProjects/BaseFramework/data/build/intermediates/bundles/debug/R.txt (No such file or directory)
nekocode commented
It seems that including the Stetho lib casues the error. Removed it and build success now.