Fixed
Status Update
Comments
au...@google.com <au...@google.com> #2
This issue is affecting our app Instaleap Saas Shopper App. Is there any ETA considered?
da...@google.com <da...@google.com> #3
I be affected by this error, started 40 min ago.
java.lang.ArrayIndexOutOfBoundsException: length=1; index=12
at com.google.maps.api.android.lib6.gmm6.vector.ct.<init>(:com.google.android.gms.dynamite_mapsdynamite@201216111@20.12.16 (110304-0):9)
at com.google.maps.api.android.lib6.gmm6.vector.cv.a(:com.google.android.gms.dynamite_mapsdynamite@201216111@20.12.16 (110304-0):23)
at com.google.maps.api.android.lib6.gmm6.util.m.run(:com.google.android.gms.dynamite_mapsdynamite@201216111@20.12.16 (110304-0):14)
at java.lang.Thread.run(Thread.java:764)
au...@google.com <au...@google.com> #4
This Issue is affecting our 1000s of SaaS clients. Their businesses are completely down. Do we have any ETA??
da...@google.com <da...@google.com> #5
Sorry but what is ETA?
da...@google.com <da...@google.com> #6
Same issue here, just spent the last hour trying to figure out what the problem was until i ran into this forum. Same error as others have reported.
hm...@google.com <hm...@google.com> #7
Same crash affecting SOSAFE
hm...@google.com <hm...@google.com> #8
ETA = Estimated Time of Arrival
hm...@google.com <hm...@google.com> #9
Same crash affecting SKY México
da...@google.com <da...@google.com> #10
Same crash here, our app is completely down too.
da...@google.com <da...@google.com> #11
The same issue for apps in Russia.
ow...@google.com <ow...@google.com>
hm...@google.com <hm...@google.com> #12
Yes, as a SAAS we have many clients using our apps and they depend on it to move forward with the service they're providing. So is there any ETA?
da...@google.com <da...@google.com>
au...@google.com <au...@google.com> #14
This is a P0 and should be treated with highest priority since it's crashing production applications affected by this cluster.
Please update Priority to P0 and flag In Prod to true since it is.
Please update Priority to P0 and flag In Prod to true since it is.
Description
Applying the newer AGP KMP plugin to androidx.sqlite breaks the Gradle metadata such that a JVM project depending on the artifact will attempt (and fail) to use the android artifact instead of the JVM one.
This was originally reported in SQLite KMP b/396148592
Here is a diff on the metadata, left is before AGP KMP is used (i.e. after reverting the changes in this CL ) and right is with AGP KMP applied: https://diff.googleplex.com/#key=EY2FqaJWQbUQ
Let me know if you need a sample project, but if you create a new JVM or Kotlin project and depend on
androidx.sqlite:sqlite:2.5.0-beta01
and try to use classes from it, it will fail at runtime with a class not found exception. When inspecting the deps via:dependencies
you will notice it attempts to use the-android
artifact instead of the-jvm
one: