[Interest] Android not using my QtActivity subclass.

Jason H jhihn at gmx.com
Fri Aug 12 23:04:39 CEST 2016



> 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