nekocode/create-android-kotlin-app

Gradle build failed

nekocode opened this issue · 1 comments

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)

It seems that including the Stetho lib casues the error. Removed it and build success now.