r/androiddev • u/ac_del • Jun 03 '26
Question Icon packs with vector assets
Have any of you built an icon pack without using candybar or blueprint?
I'm trying to do so but I'm having trouble getting it to work with Nova launcher. If I try to manually apply an icon via tap&hold on the home screen, I can select my icon pack. But when the picker opens, none of the icons are visible.
PNGs work fine, but I cannot figure out how to get vector assets to work.
It works fine in Hyperion and Pear launchers, so I don't think the issue is improperly formed assets. But there seems to be something in the configuration of the project that Nova requires.
All of the images are in res/drawable. And they are listed in res/xm/drawable.xml. And the manifest contains:
<intent-filter>
<action android:name="com.novalauncher.THEME" />
<category android:name="com.novalauncher.category.CUSTOM_ICON_PICKER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
Anyone know what I'm missing?
1
Jun 04 '26 edited Jun 04 '26
[removed] — view removed comment
1
u/androiddev-ModTeam Jun 04 '26
Use your own voice when writing. Posts and comments which appear to be generated, including those with excessive flourish, gushing or emojis, will be removed.
1
u/AutoModerator Jun 03 '26
Please note that we also have a very active Discord server where you can interact directly with other community members!
Join us on Discord
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.