Problem with RemoteConfig Plugin for Android

Hi,

I’ve tried to build my game today and had some Runtime Errors on Android. After investigating possible causes for the problem, I found the following error message:

I/Corona: ERROR: Runtime error java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/internal/zzeye; Java Stack Trace: com.google.firebase.remoteconfig.FirebaseRemoteConfig.zzex(Unknown Source:25) com.google.firebase.remoteconfig.FirebaseRemoteConfig.getInstance(Unknown Source:28) plugin.firebaseConfig.LuaLoader$init.invoke(LuaLoader.java:139) com.ansca.corona.JavaToNativeShim.nativeResize(Native Method) com.ansca.corona.JavaToNativeShim.resize(JavaToNativeShim.java:381) com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onSurfaceChanged(CoronaGLSurfaceView.java:378) com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1612) com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1378)

I had no changes on my code. So, I suppose this can be a problem in the build process. Any recent update in the Remote Config plugin?

Br,

Cleverson

What version of corona are you running?

I tried a few including the new public release, but the last one was 3135. The only way to make it work was removing the Remote Config Plugin from my game.

There was a update in the google play libraries, you should use 2017.3183+

Ok, thanks!

What version of corona are you running?

I tried a few including the new public release, but the last one was 3135. The only way to make it work was removing the Remote Config Plugin from my game.

There was a update in the google play libraries, you should use 2017.3183+

Ok, thanks!