Giter Site home page Giter Site logo

Comments (11)

cloudwebrtc avatar cloudwebrtc commented on May 20, 2024 1

Ok, I will update README.md and add x86_64 and arm64 architecture to the next commit.

from flutter-webrtc.

kangshaojun avatar kangshaojun commented on May 20, 2024

you need import android/libs/*.jar files

from flutter-webrtc.

SnowcatSVK avatar SnowcatSVK commented on May 20, 2024

import exactly how? it is in the build.gradle of webrtc module if that is what you mean

from flutter-webrtc.

 avatar commented on May 20, 2024

from flutter-webrtc.

cloudwebrtc avatar cloudwebrtc commented on May 20, 2024

@SnowcatSVK
From the log analysis, does not support the x86_64 architecture so, you are using the ARM architecture?
If not, you can apply doc/patchs/m63_patch_for_flutter_webrtc_plugin_v0.patch to recompile webrtc M63 to support x86_64 architecture.

from flutter-webrtc.

SnowcatSVK avatar SnowcatSVK commented on May 20, 2024

@cloudwebrtc first i tried it on x86_64 emulator and when i saw the logs i have tried it on pixel 2, where i get the same error, only there it said it couldnt find armeabi_v8a, so then i guess i would have to recompile it for both x86_64 and armeabi_v8a?

from flutter-webrtc.

cloudwebrtc avatar cloudwebrtc commented on May 20, 2024

@SnowcatSVK Yes, you can try to recompile it for both x86_64 and armeabi_v8a(arm64).
Normally, if you run the Android native app, armv7 library can run in the arm64 platform, and x86 library can run in x86_64 architecture. As far as I know flutter is still unable to run in x86 or x86_64 even arm64 platform, you need to exclude the errors caused by it.

from flutter-webrtc.

SnowcatSVK avatar SnowcatSVK commented on May 20, 2024

ok then, i will try to recompile it and see if that helps, thank you for your time

from flutter-webrtc.

 avatar commented on May 20, 2024

Could some notes about this eventually be added to the readme ? Ir even better a make file to see how to do this sort of ISA architecture shuffling ?
Just because its quite complex to know what to do on android to get it working in Sim and on real device.

from flutter-webrtc.

cloudwebrtc avatar cloudwebrtc commented on May 20, 2024

@SnowcatSVK We have recompiled this native sdk, support armv7, arm64, x86, x86_64 on android, you can view the latest commit.

from flutter-webrtc.

SnowcatSVK avatar SnowcatSVK commented on May 20, 2024

@cloudwebrtc Just tested it out and everything works rather nicely, thank you very much for your help

from flutter-webrtc.

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.