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

Issue in Android 5 #23

Open
adeds opened this issue Dec 22, 2022 · 1 comment
Open

Issue in Android 5 #23

adeds opened this issue Dec 22, 2022 · 1 comment

Comments

@adeds
Copy link

adeds commented Dec 22, 2022

Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/FileSystems;
       at net.jimblackler.jsonschemafriend.CacheLoader.<clinit>(CacheLoader.java:17)
       at net.jimblackler.jsonschemafriend.SchemaStore.<init>(SchemaStore.java:71)
       at net.jimblackler.jsonschemafriend.SchemaStore.<init>(SchemaStore.java:51)

since FileSystems is added in API version 26, it will crash on android version under 26

@sun-sky
Copy link

sun-sky commented Jan 24, 2024

encounter Same Problem

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

2 participants