[Interest] Android not using my QtActivity subclass.
Jason H
jhihn at gmx.com
Mon Aug 15 17:12:17 CEST 2016
UPDATE: Somehow I lost
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
in my .pro
> Sent: Friday, August 12, 2016 at 5:04 PM
> From: "Jason H" <jhihn at gmx.com>
> To: "Jason H" <jhihn at gmx.com>
> Cc: "interestqt-project.org" <interest at qt-project.org>
> Subject: Re: [Interest] Android not using my QtActivity subclass.
>
>
>
> > Sent: Friday, August 12, 2016 at 3:54 PM
> > From: "Jason H" <jhihn at gmx.com>
> > To: "interestqt-project.org" <interest at qt-project.org>
> > Subject: [Interest] Android not using my QtActivity subclass.
> >
> > I had to refactor my application package name, which was com.company.app, to com.company.app.a
> > When I did this, Qt/Android no longer used my MyActivity which derived from QtActivity, and now calls it org.qtproject.example.app.
> >
> >
> > I have updated my Android manifest to match, but it didn't change.
> >
> > How can I get it back to using my subclass?
>
>
> Digging into this more, the build process is not using my AndroidManifest, and it is not compiling my Java sources. I don't know why this is.
>
More information about the Interest
mailing list