Error when compiling a project in Android Studio

0

I have a project that was working normally, but yesterday I had to install Windows on my computer. And today I open the project and when I try to compile, I get this message:

  

Error: (1, 1) error: illegal character: '\ ufeff'   Error: (1, 10) error: class, interface, or enum expected   Error: Execution failed for task ': app: compileDebugJavaWithJavac'.   Compilation failed; see the compiler error output for details.   : app: compileDebugJavaWithJavac FAILED

    
asked by anonymous 18.09.2016 / 18:24

0 answers