After update the grade to 8.8 and AGP to 8.5, we s...
# community-support
e
After update the grade to 8.8 and AGP to 8.5, we start to get this error:
Copy code
ASM Instrumentation process wasn't able to resolve some classes, this means that
the instrumented classes might contain corrupt stack frames
I have no idea where to start to look. Full error on the 🧵
âž• 1
Copy code
> Task :app:assembleRelease
ASM Instrumentation process wasn't able to resolve some classes, this means that
the instrumented classes might contain corrupt stack frames. Make sure the
dependencies that contain these classes are on the runtime or the provided
classpath. Otherwise, the jvm might fail to load the corrupt classes at runtime
when running in a jvm environment like unit tests.
	
Classes that weren't resolved:
	> androidx.appcompat.view.ContextThemeWrapper
	> com.google.common.util.concurrent.ListenableFuture
	> androidx.window.extensions.embedding.SplitPlaceholderRule
	> androidx.window.extensions.embedding.ActivityRule
	> androidx.window.extensions.embedding.SplitPairRule
	> okhttp3.ResponseBody
	> retrofit2.Response
	> retrofit2.Call
	> retrofit2.Retrofit
-- 14 more classes --