I just installed the new Android Studio 2.2, and I am having problems creating my project:
Error:Execution failed for task ':app:processDebugAndroidTestResources'. java.io.FileNotFoundException: [path_to_project]/app/build/intermediates/symbols/androidTest/debug/R.txt (No such file or directory)
I am using gradle version 2.14.1 (because this version of the IDE makes me use it).
If I turn off instant start, everything works fine, but it's a shame to suddenly lose this feature.
Any help?
EDIT:
I tried the following, but the error still occurs:
- Clean up the project.
- Re-imported the project as an external source in Android Studio.
svprdga
source share