INSTALLS ignores /res folder
-
Regarding my previous post, I found out that I can use
INSTALLSto replaceANDROID_PACKAGE_SOURCE_DIR. But for some reason it ignores/resfolder.My project has 2 android related folders.
/androidand/android_extra.
At first it was all one folder that was included in the build withANDROID_PACKAGE_SOURCE_DIR, but that's not the best solution, since some files, depending on the build, shouldn't be included.
So I put the optional files insideandroid_extra.If I use the
ANDROID_PACKAGE_SOURCE_DIRfor the mandatory/androidfolder andINSTALLSfor the optional/andorid_extrait doesn't include the/android_extra/srcfiles.If however I use
INSTALLSinstead ofANDROID_PACKAGE_SOURCE_DIRit doesn't include theandroid/resfiles, but the/android_extra/srcwill be included...I don't know what else to try, mainly I'm just looking at how the build system is making fun of me...
Any solution to this, or how to force it to include files?EDIT: It seems as it can't copy files to
/resin the build folder. If I put the INSTALLSpathto/res2it will make the folder and copy the files. So I assume it's the same case for/srcwhen usingANDROID_PACKAGE_SOURCE_DIR. -
Seems like
androiddeployqtis at fault here. The files are copied, but once theandroiddeployqtis started, it cleares the folders...You can check on https://bugreports.qt.io/ if it is a known bug.
You can also a new file bug report when it is not already listed there. This user forum is never checked for possible reports of bugs.When you find or file a bug report, please file the link here to give aothers a chance to add and to monitor the issue.