linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] How to customize make scripts of linphone-android


From: Russell
Subject: [Linphone-developers] How to customize make scripts of linphone-android so that it also packages a library module
Date: Wed, 15 Apr 2015 15:23:48 +0800

Hi, 

After cloning linphone-android, I can compile it through `make`. I can also import that project into Android Studio and build it.

Now I create an android library module (the zxing, QR code scanner), and make linphone-android depends on it. When compiling from Android Studio, zxing are packages into the resulting apk file. But when compiling with `make`, a run time excaption is thrown, saying it cannot find a class in the zxing library. I assumes `make` does not automatically build any library module I added in the Android Studio, how can I make it work?

Sincerely,
Russell

reply via email to

[Prev in Thread] Current Thread [Next in Thread]