jrjohn

Results 9 comments of jrjohn

Still same issue current status on android implementation 'org.xerial:sqlite-jdbc:3.39.3.0' 2022-10-12 17:51:04.196 27896-27896/com.demo.sqlite E/AndroidRuntime: FATAL EXCEPTION: main Process: com.demo.sqlite, PID: 27896 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.demo.sqlite-Ku3Nl4WVK03vQjGQ2FqkaA==/base.apk"],nativeLibraryDirectories=[/data/app/com.demo.sqlite-Ku3Nl4WVK03vQjGQ2FqkaA==/lib/arm64, /system/lib64, /system/vendor/lib64]]] couldn't find "libsqlitejdbc.so" at...

About android native library https://developer.android.com/studio/projects/add-native-code ![image](https://user-images.githubusercontent.com/6859844/196078624-cd5af10b-81af-414b-9c90-d5defe5d5ce9.png) need rename directory aarch64 to arm64-v8a and rename directory arm to armeabi-v7a Then android loads the native library from arm64-v8a if the android MCU...

https://developer.android.com/ndk/guides/abis#gradle ABI management on the Android platform This section provides details about how the Android platform manages native code in APKs. Native code in app packages Both the Play Store...

![image](https://user-images.githubusercontent.com/6859844/196083308-289d98aa-6940-41f5-9ad3-4f736443eb18.png) Current ABI name-only support: armeabi-v7a arm64-v8a x86 x86_64

I don't think the issue Android UnsatisfiedLinkError #248 is done.

So currently if i use ``` dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment:2.3.5' implementation 'androidx.navigation:navigation-ui:2.3.5' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'org.xerial:sqlite-jdbc:3.39.3.0' ``` ![image](https://user-images.githubusercontent.com/6859844/196085280-cecf4970-fde7-4fac-98e1-d771daec392f.png) I need...

I'll try how can finish read .so file from the jar file and report it here. Thanks

There is ObjectBox - Data Browser for android only. Do you have plan data browser tool for swift? Thanks

Provide Java UI tool to open .mdb file? like sqlitebrowser for windows. Or there are documents about mdb file format I can program myself. Thanks