Hello friends.
Please, help me with an error.
If i run my game with Corona Simulator - it works perfect.
But when i make native build via Android Studio - it fails with next error:
I/Corona: ERROR: Runtime error
module 'plugin.notifications.v2' not found:resource (plugin.notifications.v2.lu) does not exist in archive
no field package.preload['plugin.notifications.v2']
no file '(null)/plugin/notifications/v2.lua'
no file '(null)/plugin/notifications/v2.lua'
no file '/data/app/com.mycompany.app-
...
L:\CoronaProjects\App\Corona\main.lua:16: in main chunk
There is my build settings:
....
plugins =
{
["plugin.notifications.v2"] = { publisherId = "com.coronalabs", },
["plugin.pasteboard"] = { publisherId = "com.coronalabs" },
['plugin.cnkFileManager'] = { publisherId = 'es.cnksoft' },
["plugin.openssl"] = { publisherId = "com.coronalabs", },
["plugin.notifications"] = { publisherId = "com.coronalabs" },
["plugin.bit"] = { publisherId = "com.coronalabs" }
},
...
As i said above, in Simulator all works as expected, all plugins also works.
And when i unzip generated apk - i saw that there is no libnotifications.so and no libopenssl.so .
When i’ve builded my another project in 2018 - there was folder app\libs that contains plugin.notifications.v2.jar and some other. Now there is no libs folder.
I’m using corona build 2100.9999(2100.1.16)
Thanks for help