-
Notifications
You must be signed in to change notification settings - Fork 79
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
Execution failed for task ':app:mergeLibDexDebug' #253
Comments
This is actually intentional - Can you remove the dependency on |
Removing the I'm now having a issue with running the app:
I use this method to create the database:
I use this to get the items:
Is there anything I've missed with the installation? On the sqlite3 website it says that using the When searching the built apk, I couldn't find the sqlite3.so in it, only libsqlcipher.so. But thank you for the quick response :) |
You're using You could copy the part you have in |
Amazing, thank you - That fixed it. |
Description
When trying to build the Android debug version of the app, the following error occurs during the
:app:mergeLibDexDebug
task:Steps to Reproduce
Flutter Version
Dependencies Used:
Additional Context
sqlcipher_flutter_libs
andsqlite3_flutter_libs
.Any help or guidance on resolving this would be appreciated.
The text was updated successfully, but these errors were encountered: