cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Getting java.lang.UnsatisfiedLinkError: No implementation found for boolean com.microsoft.applications.events.Utils.validateEventName(java.lang.String)

Open prabhavsharma opened this issue 4 years ago • 4 comments
trafficstars

We are getting the below exception on App launch on Emulator : 09-10 01:33:26.078 14629 14880 E AndroidRuntime: java.lang.UnsatisfiedLinkError: No implementation found for boolean com.microsoft.applications.events.Utils.validateEventName(java.lang.String) (tried Java_com_microsoft_applications_events_Utils_validateEventName and Java_com_microsoft_applications_events_Utils_validateEventName__Ljava_lang_String_2) 09-10 01:33:26.078 14629 14880 E AndroidRuntime: at com.microsoft.applications.events.Utils.validateEventName(Native Method) 09-10 01:33:26.078 14629 14880 E AndroidRuntime: at com.microsoft.applications.events.EventProperties.setName(EventProperties.java:92) 09-10 01:33:26.078 14629 14880 E AndroidRuntime: at com.microsoft.applications.events.EventProperties.<init>(EventProperties.java:25) 09-10 01:33:26.078 14629 14880 E AndroidRuntime: at com.microsoft.applications.events.EventProperties.<init>(EventProperties.java:39) 09-10 01:33:26.078 14629 14880 E AndroidRuntime: at com.microsoft.teams.telemetry.util.OneDSLoggerHelper.convertToOneDSEventProperties(OneDSLoggerHelper.java:56)

Steps to reproduce. This has been happening on Emulators on our CI pipelines.

Additional context. We are using gradle dependencies to get the com.microsoft.applications.events:maesdk: Also on opening the zip file of the apk we can see that the .so file for maesdk is present and is happening on (x86 architecture)

prabhavsharma avatar Sep 15 '21 19:09 prabhavsharma

@prabhavsharma - Have you gone through the issue ( https://github.com/microsoft/cpp_client_telemetry/issues/624 ) if that helps?

lalitb avatar Sep 21 '21 18:09 lalitb

@suryatn - As you had earlier faced a similar error, in case you can provide some pointers.

lalitb avatar Sep 21 '21 18:09 lalitb

@lalitb I think this is some other issue and caused due to some code change on the client side. @prabhavsharma can confirm if this is resolved now. cc @aamittal1989

suryatn avatar Sep 22 '21 09:09 suryatn

Thanks, @suryatn. @prabhavsharma - Are you still facing this issue?

lalitb avatar Sep 24 '21 06:09 lalitb