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