Tanisha Parab
Tanisha Parab

Reputation: 61

How to run linphone in android studio

I want to integrate android video chat in my app.I am trying out linphone but they just have provided source code with no documentation and no sample modules.I imported project in android studio just to get lot of errors.I did not find any tutorial on how to run it in android studio all the tutorials are outdated using eclipse.
So,is there any link on to run linphone in android studio so that i can start to explore it.Please help

Upvotes: 1

Views: 1313

Answers (1)

JayMan89
JayMan89

Reputation: 31

Did work for me on mac on this

Note :- the build script tries to read a file RELEASE.txt in the root of /ndk-bundle/. It has been removed since >= ndk 15.

You need add a RELEASE.TXT in the root with text containing following

r15c (64-bit).

Rest is all the same.

Upvotes: 1

Related Questions