vasern / vasern

Vasern is a fast, lightweight and open source data storage for React Native

Home Page:https://vasern.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working on android 7 and lower

apppro123 opened this issue · comments

On android 7 and lower app crashes on start and i have not clue why! (with android 8/8.1 it is working fine!)

ava.lang.NoClassDefFoundError: Failed resolution of: Ljava/nio/file/Paths;
at com.reactlibrary.storage.Storage.Init(Storage.java:71)
at com.reactlibrary.storage.Storage.(Storage.java:50)
at com.reactlibrary.RNVasernModule.(RNVasernModule.java:30)
at com.reactlibrary.RNVasernPackage.createNativeModules(RNVasernPackage.java:17)
at com.facebook.react.NativeModuleRegistryBuilder.processPackage(NativeModuleRegistryBuilder.java:85)
at com.facebook.react.ReactInstanceManager.processPackage(ReactInstanceManager.java:1173)
at com.facebook.react.ReactInstanceManager.processPackages(ReactInstanceManager.java:1143)
at com.facebook.react.ReactInstanceManager.createReactContext(ReactInstanceManager.java:1085)
at com.facebook.react.ReactInstanceManager.access$900(ReactInstanceManager.java:117)
at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:916)
at java.lang.Thread.run(Thread.java:761)

That what i get under logcat.

Thanks for the details. I'll look into the problem and will publish a fix ASAP

I'm SO SORRY, this error was because of me (and not updating this package)!!!
I'm so sorry. Thank you still for your help!

Sweet, thanks for your update. I'll close the issue and start working on #19