Status Update
Comments
er...@gmail.com <er...@gmail.com> #2
This is likely due to an incorrect service loader specified somewhere.
If you are unable to fix the server loader spec, you can add a -dontwarn
rule for the class to silence the error using:
-dontwarn com.google.protobuf.java_com_google_android_gmscore_sdk_target_granule__proguard_group_gtm_N1281923064GeneratedExtensionRegistryLite$Loader
A discussion of a similar situation can be found in
v5...@gmail.com <v5...@gmail.com> #3
Could you see which service file the class is declared in? You will need to look for the class referenced META-INF/services/<somefile>
.
Alternatively you can create a
ni...@google.com <ni...@google.com> #4
Unexpected reference to missing service implementation class in META-INF/services/com.google.protobuf.GeneratedExtensionRegistryLoader: com.google.protobuf.java_com_google_android_gmscore_sdk_target_granule__proguard_group_gtm_N1281923064GeneratedExtensionRegistryLite$Loader.
Unexpected reference to missing service class: META-INF/services/com.google.protobuf.GeneratedExtensionRegistryLoader.
Unexpected reference to missing service class: META-INF/services/org.jetbrains.kotlin.compiler.plugin.CommandLineProcessor.
Unexpected reference to missing service class: META-INF/services/org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar.
Unexpected reference to missing service class: META-INF/services/org.jetbrains.kotlin.diagnostics.rendering.DefaultErrorMessages$Extension.
Caused by: [CIRCULAR REFERENCE: com.android.tools.r8.utils.b: Missing class com.google.protobuf.java_com_google_android_gmscore_sdk_target_granule__proguard_group_gtm_N1281923064GeneratedExtensionRegistryLite$Loader (referenced from: java.util.List kotlinx.coroutines.internal.FastServiceLoader.load(java.lang.Class, java.lang.ClassLoader))]
Description
ConstraintLayout version: 2.0.0, 2.0.0-rc1
When updating from beta8 to the above listed versions, Some of my CL is not displaying and my logger has the following error:
Below is my layout:
Please let me know if you need any information. Thanks