nekocode / create-android-kotlin-app

Create kotlin android project with one line of command.
Apache License 2.0
1.6k stars 209 forks source link

Gradle build failed #15

Closed nekocode closed 8 years ago

nekocode commented 8 years ago

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 8 years ago

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