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

Crash with java.lang.UnsatisfiedLinkError #4

Open
RuslanMusin opened this issue Apr 12, 2021 · 0 comments
Open

Crash with java.lang.UnsatisfiedLinkError #4

RuslanMusin opened this issue Apr 12, 2021 · 0 comments

Comments

@RuslanMusin
Copy link

Добрый день

Fatal Exception: java.lang.UnsatisfiedLinkError
No implementation found for void org.webrtc.PeerConnectionFactory.nativeInitializeAndroidGlobals() (tried Java_org_webrtc_PeerConnectionFactory_nativeInitializeAndroidGlobals and Java_org_webrtc_PeerConnectionFactory_nativeInitializeAndroidGlobals__)

Ошибка выше периодически возникает при запуске проекта.
Приложение вылетает. Происходит только у разработчиков, у пользователей не была замечена.
Ошибка мешает разработке приложения. Связано с инициализацией IClient, использую dagger provide для
предоставления зависимости, код брал с демо
Voximplant.getClientInstance(
Executors.newSingleThreadExecutor(),
applicationContext,
ClientConfig()
)
Есть решение данной проблемы ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant