Skip to content
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

Driver.so files in apk #728

Closed
jntr06 opened this issue Dec 6, 2017 · 4 comments
Closed

Driver.so files in apk #728

jntr06 opened this issue Dec 6, 2017 · 4 comments

Comments

@jntr06
Copy link

jntr06 commented Dec 6, 2017

Hi Chris,
This plugins include five driver.so files in apk file of the app which increase the app size by almost 2 mb. I do not want to change the plugin as it works absolutely fine in my app. Is there any way we can avoid these files to reduce the app size.

@brodycj
Copy link
Contributor

brodycj commented Dec 8, 2017

You could leave some of the *.so files out. For example: if you omit 64-bit *.so files then it should work on 32-bit platform. Also you may not want both armeabi and armeabi-v7a libs. But you have to do this for all libraries. For example: if you omit 64-bit *.so files for this plugin but NOT for another library then it will not work. Also for armeabi and armeabi-v7a.

Next major release may be make without the *.so files ref: #687

@jntr06
Copy link
Author

jntr06 commented Dec 13, 2017

Chris
Thanks for your response on this. That would be great, sqlite without the so files.
Any timeline for next major release. By when we can expect this to be available.

@brodycj
Copy link
Contributor

brodycj commented Jan 4, 2018

Unfortunately I really cannot make any promises due to some other urgent issues and commitments. As I said in #729 (comment) I may support this in a special "express" version instead.

@brodycj
Copy link
Contributor

brodycj commented Jan 17, 2018

New express version without the *.so objects is now tracked in #740, closing this one.

@brodycj brodycj closed this as completed Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants