After adding the appodeal plugin, live builds don’t work for me anymore after changing the app package name to be the same as the one on the appodeal app configuration. I’ve connected my phone and noticed this on the logs:
3-20 17:20:20.008 18129 18230 V Corona : \> Class.forName: network.LuaLoader 03-20 17:20:20.008 18129 18230 V Corona : \< Class.forName: network.LuaLoader 03-20 17:20:20.008 18129 18230 V Corona : Loading via reflection: network.LuaLoader 03-20 17:20:20.010 18129 18230 I Corona : Platform: Nexus 5X / ARM Neon / 8.1.0 / Adreno (TM) 418 / OpenGL ES 3.2 V@258.0 (GIT@8e59954, I0be83d0d26) (Date:09/22/17) / 2018.3326 / English | GB | en\_GB | en 03-20 17:20:20.015 18129 18230 V Corona : \> Class.forName: \_Corona\_Build\_Number.LuaLoader 03-20 17:20:20.021 18129 18230 V Corona : \> Class.forName: shared.google.play.services.base.LuaLoader 03-20 17:20:20.029 18129 18230 V Corona : \> Class.forName: CoronaProvider.licensing.google.LuaLoader 03-20 17:20:20.029 18129 18230 V Corona : \< Class.forName: CoronaProvider.licensing.google.LuaLoader 03-20 17:20:20.029 18129 18230 V Corona : Loading via reflection: CoronaProvider.licensing.google.LuaLoader 03-20 17:20:20.030 18129 18230 V Corona : \> Class.forName: \_CoronaSetup.LuaLoader 03-20 17:20:20.032 18129 18230 V Corona : \> Class.forName: plugin.liveBuild.LuaLoader 03-20 17:20:20.032 18129 18230 V Corona : \< Class.forName: plugin.liveBuild.LuaLoader 03-20 17:20:20.032 18129 18230 V Corona : Loading via reflection: plugin.liveBuild.LuaLoader 03-20 17:20:20.053 18129 18230 V Corona : \> Class.forName: plugin.appodeal.LuaLoader
The app doesn’t even load, it stops there. It loads ok if I change the app package name to something else, but then ads won’t show, obviously.
The non-live builds works correctly on the device. This is pretty annoying because I can’t use live builds and it takes a while to create a normal build, install it and test.
Any idea about this?