Code Monkey home page Code Monkey logo

Comments (14)

rlee1990 avatar rlee1990 commented on July 20, 2024

Flutter Doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [Version 10.0.18362.535], locale en-US)

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] Android Studio (version 3.5)
[√] VS Code (version 1.41.1)
[√] Connected device (1 available)

• No issues found!

from agora-flutter-rtm-sdk.

LichKing-2234 avatar LichKing-2234 commented on July 20, 2024

please remove ext.kotlin_version = '1.3.0' from your agora_rtom/build.gradle
we will modify and upload later

from agora-flutter-rtm-sdk.

LichKing-2234 avatar LichKing-2234 commented on July 20, 2024

try to use version 0.9.9

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 are u asking to have me try kotlin version 0.9.9 or the plugin?

from agora-flutter-rtm-sdk.

LichKing-2234 avatar LichKing-2234 commented on July 20, 2024

plugin

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 thanks that worked.

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 Now when I try to launch I get this error
[ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.UnsatisfiedLinkError: No implementation found for int io.agora.rtc.internal.RtcEngineImpl.nativeLog(int, java.lang.String) (tried Java_io_agora_rtc_internal_RtcEngineImpl_nativeLog and Java_io_agora_rtc_internal_RtcEngineImpl_nativeLog__ILjava_lang_String_2) E/flutter (13057): at io.agora.rtc.internal.RtcEngineImpl.nativeLog(Native Method) E/flutter (13057): at io.agora.rtc.internal.Logging.log(Logging.java:25) E/flutter (13057): at io.agora.rtc.internal.Logging.i(Logging.java:49) E/flutter (13057): at io.agora.rtc.internal.RtcEngineImpl.checkIfInUIThread(RtcEngineImpl.java:155) E/flutter (13057): at io.agora.rtc.RtcEngine.CreateRendererView(RtcEngine.java:881) E/flutter (13057): at io.agora.agorartcengine.AgoraRenderViewFactory.create(AgoraRenderViewFactory.java:22) E/flutter (13057): at io.flutter.plugin.platform.SingleViewPresentation.onCreate(SingleViewPresentation.java:174) E/flutter (13057): at android.app.Dialog.dispatchOnCreate(Dialog.java:550) E/flutter (13057): at android.app.Dialog.show(Dialog.java:391) E/flutter (13057): at android.app.Presentation.show(Presentation.java:267)

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

If I remove just that plugin it runs for the live stream.

from agora-flutter-rtm-sdk.

LichKing-2234 avatar LichKing-2234 commented on July 20, 2024

it looks like the system can't find the RTC SDK .so file, what have you done?

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 i just imported the package in and added the items just as they were added in the example but when I click the button that launches the live stream and the rtc channel it crashes with that error

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 this is what I do:
Future<void> _initAgoraRtcEngine() async { _client = await AgoraRtmClient.createInstance(HBTV.API_KEY); await AgoraRtcEngine.create(HBTV.API_KEY); await AgoraRtcEngine.registerLocalUserAccount( {"appId": HBTV.API_KEY, "userAccount": widget.uid}); await AgoraRtcEngine.enableVideo(); await AgoraRtcEngine.enableAudio(); await AgoraRtcEngine.setChannelProfile(ChannelProfile.LiveBroadcasting); await AgoraRtcEngine.setClientRole(ClientRole.Broadcaster); }

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 any updates on this?

from agora-flutter-rtm-sdk.

LichKing-2234 avatar LichKing-2234 commented on July 20, 2024

make sure AgoraRtcEngine init before AgoraRtmClient, this is a bug, we will fix later

from agora-flutter-rtm-sdk.

rlee1990 avatar rlee1990 commented on July 20, 2024

@LichKing-2234 That works thanks. Any timetable on the fix?

from agora-flutter-rtm-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.