Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DUP) java.lang.NoSuchMethodError: No virtual method getParameterCount()I in class Ljava/lang/reflect/Method; or its super classes (declaration of 'java.lang.reflect.Method' appears in /system/framework/core-libart.jar) #3495

Closed
Oussemahlel opened this issue May 25, 2022 · 2 comments
Labels
android Issues related to use on Android platform
Milestone

Comments

@Oussemahlel
Copy link

The app crash when using Nexus 5X Android 6.0.1

com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector._isIncludableMemberMethod SourceFile:3
com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector._addMemberMethods SourceFile:3
com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.collect SourceFile:2
com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.collectMethods SourceFile:2
com.fasterxml.jackson.databind.introspect.AnnotatedClass._methods SourceFile:4
com.fasterxml.jackson.databind.introspect.AnnotatedClass.memberMethods SourceFile:1
com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector._addMethods SourceFile:1
com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector.collectAll SourceFile:3
com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector.getJsonValueAccessor SourceFile:2
com.fasterxml.jackson.databind.introspect.BasicBeanDescription.findJsonValueAccessor SourceFile:2
com.fasterxml.jackson.databind.ser.BasicSerializerFactory.findSerializerByAnnotations SourceFile:4
com.fasterxml.jackson.databind.ser.BeanSerializerFactory._createSerializer2 SourceFile:9
com.fasterxml.jackson.databind.ser.BeanSerializerFactory.createSerializer SourceFile:9
com.fasterxml.jackson.databind.SerializerProvider._createUntypedSerializer SourceFile:1
com.fasterxml.jackson.databind.SerializerProvider._createAndCacheUntypedSerializer SourceFile:2
com.fasterxml.jackson.databind.SerializerProvider.findValueSerializer SourceFile:4
com.fasterxml.jackson.databind.SerializerProvider.findTypedValueSerializer SourceFile:3
com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue SourceFile:4
com.fasterxml.jackson.databind.ObjectMapper._writeValueAndClose SourceFile:4
com.fasterxml.jackson.databind.ObjectMapper.writeValueAsString SourceFile:2
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith SourceFile:4
kotlinx.coroutines.DispatchedTask.run SourceFile:18
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely SourceFile:1
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask SourceFile:4
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker SourceFile:4
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run SourceFile:1

@cowtowncoder
Copy link
Member

Wrong repo, moving.

@cowtowncoder cowtowncoder transferred this issue from FasterXML/jackson May 25, 2022
@cowtowncoder cowtowncoder added this to the 2.13.3 milestone May 25, 2022
@cowtowncoder cowtowncoder added the android Issues related to use on Android platform label May 25, 2022
@cowtowncoder
Copy link
Member

Duplicate of #3412 -- fixed in 2.13.3.

@cowtowncoder cowtowncoder changed the title java.lang.NoSuchMethodError: No virtual method getParameterCount()I in class Ljava/lang/reflect/Method; or its super classes (declaration of 'java.lang.reflect.Method' appears in /system/framework/core-libart.jar) (DUP) java.lang.NoSuchMethodError: No virtual method getParameterCount()I in class Ljava/lang/reflect/Method; or its super classes (declaration of 'java.lang.reflect.Method' appears in /system/framework/core-libart.jar) Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issues related to use on Android platform
Projects
None yet
Development

No branches or pull requests

2 participants