Hi guys,
I’m trying to create a build with expansion files as my apk is now over 50mb. I followed every step on the tutorial but everytime I build I always get a single .apk file which is 70mb.
This is part of my build.settings and I built using 1093 :
androidPermissions = { usesExpansionFile = true, "com.android.vending.CHECK\_LICENSE", "android.permission.INTERNET", "com.android.vending.BILLING", "android.permission.WRITE\_EXTERNAL\_STORAGE" },
and this is the config lua
application = { content = { width = 800, height = 1280, scale = "letterBox", xAlign = "center", yAlign = "center", fps = 60, }, license = { google = { key = "BLABLABLABLA" }, }, }
ps : of course it’s not real my license key
Is there something that I missed? Is there any link that I can read in setting up expansion files?
Thanks<