Java newbie here,
Using jdk1.8.0_05, I seem to be unable to resolve the java.nio.file.Files class
import java.nio.file.Files;
with the
This is definitely something to do with the version of eclipse (3.7.2) that I was using. Someone gave me their copy of android developer tools and the problem went away.
So... Update your eclipse if you see this.