[Android-development] How adding a java library to Qt creator ?

md at rpzdesign.com md at rpzdesign.com
Mon Apr 11 17:05:01 CEST 2016


You will want to add it to your gradle file when you generate the gradle stuff for an android project.

md

On 4/11/2016 7:18 AM, kl222 wrote:
>
> The javac compiler launched by Qt creator is complaining that this class does not exists.
>
> Checking on various example/forums discussion this is probably due to the fact that i have to tell the java compiler  to add
>
> the android-support-v7-appcompat.jar library.
>
> I checked and the file is there in my android-SDK.
>
> there is a lot of documentation about adding a java library when you use eclipse IDE.
>
> But i found nothing on qt creator forum.
>
> I was wondering how can i do it with QT creator?
>
> There is an "additional libraries" in QT-creator project settings but is seems this is more for c/c++ library.
>
> Can i just add a jar library there?
>
> Is there a way to use such a library in my  qt-android?
>
>
>
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20160411/f2dd0d0c/attachment.html>


More information about the Android-development mailing list