I just updated to build 2014.2432 and I’m getting a runtime error on android.
Runtime Error java.lang.NoClassDefFoundError: com.vungle.publisher.FullScreenAdActivity
I have google play services included in my plugin list
plugins = { ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.admob"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle" }, ["plugin.gameanalytics"] = { publisherId = "com.gameanalytics" }, },
Am I missing something? It worked in the previous daily build I had that was like 2 months old.