Hi all,
Having finished my first Corona App :) It was time to monitize it. I looked around in the available plugins. Ideally I wanted an Admob plugin but that was too expensive. After further consideration I decided on Appodeal (even though it looks like they might drop Corona support soon if they haven’t already).
I followed the steps from here:
https://docs.coronalabs.com/plugin/appodeal/index.html
I wanted to use the modular version to remove the AdColony (as it was reported to cause crashes in a different post).
When I added:
local appodeal = require( "plugin.appodeal" )
I got:
18:19:05.410 ERROR: validate-settings: problem loading C:\Users\ammar\Documents\Corona Projects\FirstApp\build.settings: 18:19:05.904 ERROR: Runtime error 18:19:05.904 ?:0: attempt to call a nil value 18:19:05.904 stack traceback: 18:19:05.904 ?: in function 'require' 18:19:05.904 C:\Users\ammar\Documents\Corona Projects\FirstApp\main.lua:11: in main chunk
What am I doing wrong?
I am using Build: 2018.3326
Many thanks.