Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot access Path class file for java.nio.file.Path not found #141

Open
serkandaglioglu opened this issue Oct 23, 2017 · 2 comments
Open

Comments

@serkandaglioglu
Copy link

When I build project it throws error: cannot access Path
class file for java.nio.file.Path not found

What should I do?

@Ra-Na
Copy link

Ra-Na commented Nov 18, 2017

This is an Android issue.

Just compared FileWrapper.java from releases 0.9.0 and 0.9.1. The latest is invoking the new java.nio.file.* classes, which are not available to android. See here: https://stackoverflow.com/questions/24869323/android-import-java-nio-file-files-cannot-be-resolved

Fix? Just stick to 0.9.0 for now.

@whitestarlau
Copy link

And the java.nio.file.Paths added in API level 26.Below this version need use 0.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants