Hello! In building the android i have an error
I have tried to increase the memory here in GradleBuilder.js
args.push(’-Dorg.gradle.jvmargs=-Xmx4096m’);
My question is, is it possible to have a prepopulated database(3gb) in sqlite?
Hello! In building the android i have an error
I have tried to increase the memory here in GradleBuilder.js
args.push(’-Dorg.gradle.jvmargs=-Xmx4096m’);
My question is, is it possible to have a prepopulated database(3gb) in sqlite?
You can not build apk that are bigger than 100MB. If you need to incorporate Data you need to use an expansion file. Please refer to: https://developer.android.com/google/play/expansion-files.html