netpyoung / SqlCipher4Unity3D

💾 SqlCipher made easy for Unity3d
MIT License
163 stars 37 forks source link

Unable to find sqlite 2.0.1 message popping up during startup (Android) #30

Closed eos428 closed 3 years ago

eos428 commented 3 years ago

Hi there.

When building and testing in Android, these two messages pop up in logcat, but not inside Unity itself.

Screenshot 2020-10-08 114938

The plugin still works fine otherwise, but I'm a little wary these messages might get picked up by error reporting tools. Is it possible to remove this message?

Thanks in advance!

netpyoung commented 3 years ago

Thank you for reporting.

I added sqlite-2.0.1.aar which dependency of sqlcipher.aar.

I will check that.

eos428 commented 3 years ago

Hello again.

Any updates regarding this issue?

netpyoung commented 3 years ago

Hi I'm pyoung.

I'm sorry to late reply. I totally forget this issue.

I reproduce that issue on my logcat, and I found how to solve this issue using uncheck load on startup on sqlite.aar

Capture

netpyoung commented 3 years ago

@eos428 Could you check that via uncheck load on startup? then I will close this issue.

eos428 commented 3 years ago

Hi @netpyoung

I can confirm I am no longer receiving the issue on my logcat. It's fine to close the issue now.

Thanks for your support!