I'm new to Android Studio. I imported a working project into Android Studio from Eclipse. When I build it the message "error: illegal character: '\ufeff'" appears. This project has been compiling just fine in Eclipse for months and the app runs 100% successfully on my device.
Elsewhere in Stack Overflow I'd read that perhaps an unreadable character got added inadvertently to the java file. Since I use Windows I tried copying and pasting the problematic class to Notepad and then back to Android Studio. But that had no effect.
Is there any other solution to this frustrating problem? Thanks!