Corrupted Manifest with the latest release cause the application to crash in init

Hi,

When building Kidoz Plugin with Corona’s latest releases, the manifest is not populating the com.google.android.gms.version properly, causing the application apk to crash in init.

AndroidRuntime: Caused by: java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value.  Expected 4242000 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name=“com.google.android.gms.version”

Please assist as soon as possible

Regards,

Ran

I also have this problem. Although i’m not using the Kidoz Plugin in my project.

This is my build.settings file

settings= { build= { neverStripDebugInfo=true }, android= { usesPermissions= { "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.READ\_EXTERNAL\_STORAGE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", }, minSdkVersion="14", }, orientation= { default="portrait", supported={"portrait","portraitUpsideDown"} }, plugins= { ["plugin.google.iap.v3"]= { publisherId="com.coronalabs", supportedPlatforms={android=true}, }, ["plugin.inMobi"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,["android-kindle"]=true} }, ["plugin.flurry.analytics"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,["android-kindle"]=true}, }, ["plugin.googleAnalytics"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,osx=true,win32=true,["android-kindle"]=true}, }, }, }

same for me ! i need urgently a fix ! help

Same for me, started happening from today only, haven’t changed anything in the app.

Same for me while we’re at it. I’ve pushed several updates trying to figure out what I’m doing. I removed the OneSignal, and I’m not using the Kiddoz with this particular app. Here’s the error report.

java.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information.

at com.google.android.gms.internal.dw$h.b(Unknown Source)

at com.google.android.gms.internal.dw$h.b(Unknown Source)

at com.google.android.gms.internal.dw$b.bR(Unknown Source)

at com.google.android.gms.internal.dw$a.handleMessage(Unknown Source)

at android.os.Handler.dispatchMessage(Handler.java:102)

at android.os.Looper.loop(Looper.java:158)

at android.app.ActivityThread.main(ActivityThread.java:7229)

at java.lang.reflect.Method.invoke(Native Method)

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

 

Thanks!

We are looking into this!

Rob

I also have this problem. Although i’m not using the Kidoz Plugin in my project.

This is my build.settings file

settings= { build= { neverStripDebugInfo=true }, android= { usesPermissions= { "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.READ\_EXTERNAL\_STORAGE", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", }, minSdkVersion="14", }, orientation= { default="portrait", supported={"portrait","portraitUpsideDown"} }, plugins= { ["plugin.google.iap.v3"]= { publisherId="com.coronalabs", supportedPlatforms={android=true}, }, ["plugin.inMobi"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,["android-kindle"]=true} }, ["plugin.flurry.analytics"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,["android-kindle"]=true}, }, ["plugin.googleAnalytics"]= { publisherId="com.coronalabs", supportedPlatforms={iphone=true,android=true,osx=true,win32=true,["android-kindle"]=true}, }, }, }

same for me ! i need urgently a fix ! help

Same for me, started happening from today only, haven’t changed anything in the app.

Same for me while we’re at it. I’ve pushed several updates trying to figure out what I’m doing. I removed the OneSignal, and I’m not using the Kiddoz with this particular app. Here’s the error report.

java.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information.

at com.google.android.gms.internal.dw$h.b(Unknown Source)

at com.google.android.gms.internal.dw$h.b(Unknown Source)

at com.google.android.gms.internal.dw$b.bR(Unknown Source)

at com.google.android.gms.internal.dw$a.handleMessage(Unknown Source)

at android.os.Handler.dispatchMessage(Handler.java:102)

at android.os.Looper.loop(Looper.java:158)

at android.app.ActivityThread.main(ActivityThread.java:7229)

at java.lang.reflect.Method.invoke(Native Method)

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)

at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

 

Thanks!

We are looking into this!

Rob