我尝试在新更新中使用扩展文件设置和配置,但它只制作了一个 100mb 的 apk。除了构建和配置设置之外,还有其他东西吗?
-- Android permissions
usesExpansionFile = true,
-- The following permissions are required to download expansion files.
usesPermissions =
{
"android.permission.INTERNET",
"com.android.vending.CHECK_LICENSE",
"android.permission.WRITE_EXTERNAL_STORAGE"
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.INTERNET"
},
这是我的配置
license =
{
google =
{
key = "**********",
policy = "this is optional",
},
},