https://bugs.kde.org/show_bug.cgi?id=434875
Bug ID: 434875 Summary: README instructions may not be complete/correct for android build Product: kirigami gallery Version: unspecified Platform: Android OS: Android 7.x Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: federand...@gmail.com Target Milestone: --- SUMMARY I think the `make install` step is missing in the readme, it's required for instance to install the icons to a dummy place later fetched by androiddeployqt (I'm also wondering why all those complex step are required, couldn't we just copy the icons directly in the build directory? Thus avoiding the make install step). https://invent.kde.org/sdk/kirigami-gallery/-/blob/master/README.md Second issue is `-DANDROID_APK_DIR=./src/`, shouldn't that be pointing to the src/android directory? In order to get the AndroidManifest.xml and res/ dir where there is the app icon? For me the app didn't have its icon unless I invoke cmake with `-DANDROID_APK_DIR="$PWD/../src/android"` when I'm in project_root/build. hope that will help :) SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.21.3 KDE Frameworks Version: 5.80 Qt Version: 5.15.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.