aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
162 stars 107 forks source link

On Android: "Unable to find sqlite3.dll" #3

Closed seaders closed 9 years ago

seaders commented 9 years ago

After setting up the project, and logging in to Facebook successfully, I get this error, along with,

Facebook.AndroidFacebook:OnLoginComplete(String) (at /Developer/repos/git/aws-sdk-unity-samples/CognitoSyncProject/Assets/Facebook/Scripts/AndroidFacebook.cs:177)

(Filename: /Developer/repos/git/aws-sdk-unity-samples/CognitoSyncProject/Assets/DemoScene/SyncCharacterSelection/LoginController.cs Line: 42)

Unable to lookup library path for 'sqlite3.dll', native render plugin support disabled.
Unable to find sqlite3.dll

I'm experiencing this same behaviour / error logging in the examples within the pluginpackage as well.

ghost commented 9 years ago

Please make sure libsqlite3.so is in folder Plugins/Android if you deploy the game to Android. In other cases, please make sure libsqlite3.so is in folder Plugins.

seaders commented 9 years ago

Yep, it's in both places, and it seems like the application is running fine, it just certainly confuses debugging any other issues that arise, and overall quite clutters up viewing LogCat. Overall, on Android, nothing should even be looking for the dll, no?

ghost commented 9 years ago

Hi do you still have the issue ?

seaders commented 9 years ago

Yep, with the latest SDK, still present.

ghost commented 9 years ago

Even with the error message, you still can use sqlite3 without breaking any functionality, right ?

albertvaka commented 9 years ago

This should be finally fixed in the version 2.0 of the SDK. Feel free to reopen if you still have problems.

vbbartlett commented 9 years ago

Im using 2.0.0.5 and the issue is still present