linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] How to customize make scripts of linphone-andr


From: Russell
Subject: Re: [Linphone-developers] How to customize make scripts of linphone-android so that it also packages a library module
Date: Thu, 16 Apr 2015 16:32:53 +0800

Gradlew can build it with zxing packaged, although it might not be able to compile C code. But it works for me since I donn't need to touch the C code.

Thanks,
Russell

On Wed, Apr 15, 2015 at 3:23 PM, Russell <address@hidden> wrote:
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]