添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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
  • I follow the instructions described here .
  • I then run the application in android studio under the emulator.
  • In the app I enter meeting ID nik and attendeeName huihiu (any meeting ID and attendeeName causes the problem.
  • Click join the meeting.
  • Expected behavior
    Demo app should run!!

    Test environment Info (please complete the following information):

  • Device: Google Pixel 5 Emulator
  • OS: Android API 31
  • Version amazon-chime-sdk: N/A
  • Version amazon-chime-sdk-media: v0.15.4
  • Can you reproduce this in the demo app? Yes
  • If you are reporting a crash: (note URL changed below)
    I/MeetingHomeActivity: Joining meeting. meetingUrl: **********MyProdURL/Prod/, meetingId: nik, attendeeName: huihiu
    D/EGL_emulation: app_time_stats: avg=17.38ms min=4.54ms max=55.39ms count=46
    D/EGL_emulation: app_time_stats: avg=9.40ms min=4.25ms max=24.94ms count=55
    D/EGL_emulation: app_time_stats: avg=7.00ms min=3.95ms max=34.99ms count=57
    I/InMeetingActivity: Creating meeting session for meeting Id: nik
    D/AndroidRuntime: Shutting down VM
    E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.amazonaws.services.chime.sdkdemo, PID: 10548
    java.lang.UnsatisfiedLinkError: dlopen failed: library "libc++_shared.so" not found
    at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
    at java.lang.Runtime.loadLibrary0(Runtime.java:998)
    at java.lang.System.loadLibrary(System.java:1656)
    at com.amazonaws.services.chime.sdk.meetings.internal.audio.AudioClientFactory.(AudioClientFactory.kt:18)
    at com.amazonaws.services.chime.sdk.meetings.internal.audio.AudioClientFactory.(AudioClientFactory.kt:11)
    at com.amazonaws.services.chime.sdk.meetings.internal.audio.AudioClientFactory$Companion.getAudioClient(AudioClientFactory.kt:39)
    at com.amazonaws.services.chime.sdk.meetings.session.DefaultMeetingSession.(DefaultMeetingSession.kt:85)
    at com.amazonaws.services.chime.sdk.meetings.session.DefaultMeetingSession.(DefaultMeetingSession.kt:45)
    at com.amazonaws.services.chime.sdkdemo.activity.MeetingActivity.onCreate(MeetingActivity.kt:73)
    at android.app.Activity.performCreate(Activity.java:8051)
    at android.app.Activity.performCreate(Activity.java:8031)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3608)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3792)
    at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2210)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:201)
    at android.os.Looper.loop(Looper.java:288)
    at android.app.ActivityThread.main(ActivityThread.java:7839)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)

    Additional context
    I am able to join the meeting from the web. So there is no problem with the cloud chime instance I am using. This is well and truly a missing dependency on the client side.