Code Monkey home page Code Monkey logo

Comments (3)

Viish avatar Viish commented on September 1, 2024

Hi @hieujames,

How do you import our SDK in your app? What version of our SDK are you using?
I'll also need debug logs from our SDK from the start of the app to the moment it crashes.

Cheers,

from linphone-android.

hieujames avatar hieujames commented on September 1, 2024

Hi @Viish ,

I went to https://download.linphone.org/maven_repository/org/linphone/ and selected linphone-sdk-android-novide-5.2.110 and downloaded the aar package.
Then I unzip and use the jni file in the project.
When I run the application, it works fine, but when I make a call, I get this error.

Here is the entire error code. When I make an outgoing call, it's fine, but when I receive Accepted from the recipient, it crashes

AttachLog.txt

from linphone-android.

Viish avatar Viish commented on September 1, 2024

I went to https://download.linphone.org/maven_repository/org/linphone/ and selected linphone-sdk-android-novide-5.2.110 and downloaded the aar package.
Then I unzip and use the jni file in the project.

That's not how to do it.
First of all, our latest release is 5.3 (5.4 should be published before September), so you should always use the latest (we don't support old releases).

Second you must use the whole AAR if you want it to work, as there are files required, such as the grammar files.
The easiest is to configure our maven repository in your settings.gradle file like this:

maven {
            name "local linphone-sdk maven repository"
            url file(LinphoneSdkBuildDir + '/maven_repository/')
            content {
                includeGroup "org.linphone"
            }
        }

and then in your app/build.gradle file add the following line: implementation 'org.linphone:linphone-sdk-android:5.3+'

Cheers,

from linphone-android.

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.