Now, i upload .abb file to google play for test.
I run app in NOX app player program don’t have error.
But I run app on android device. show this error
Runtime Error
module ‘licensing’ not found:resource (licensing.lu) does not extst in archive no field package.preload[‘licensing’]
no file ‘(null)/licensing.lua’
no file ‘(null)/licensing.lua’
no file ‘data/app/com.xxx.xxxxx…/lib/arm64/licensing.so’
no file ‘./licensing.so’
no file ‘(null)/licensing.so’
no file ‘data/app/com.xxx.xxxxx…/lib/arm64/licensing.so’
no file ‘./licensing.so’
no file ‘(null)/licensing.so’
I use corona sdk 3498 on mac.
building.setting file
settings =
{
splashScreen =
{
ios = {
enable = false
},
android = {
enable = false
}
},
orientation =
{
default = “portrait”,
supported = { “portrait”, },
},
android =
{
versionCode = “2”,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.CALL_PHONE”,
},
},
…