Hi Erel,
I recently used Android Asset Studio to generate launcher icons, which I put into my projects Objects/res/ folder in the various drawable subfolders. When I went to compile the app, I got the following error:
So it appears that B4A doesn't support xxxhdpi drawables. Removing that subfolder resolves the issue, but will you be adding support for xxxhdpi drawables, or is there a way for support to be enabled?
Thanks - Colin.
I recently used Android Asset Studio to generate launcher icons, which I put into my projects Objects/res/ folder in the various drawable subfolders. When I went to compile the app, I got the following error:
B4X:
Parsing code. 0.07
Running custom action. 0.07
Compiling code. 0.31
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. 0.03
Generating R file. Error
invalid resource directory name: res/drawable-xxxhdpi
So it appears that B4A doesn't support xxxhdpi drawables. Removing that subfolder resolves the issue, but will you be adding support for xxxhdpi drawables, or is there a way for support to be enabled?
Thanks - Colin.