I am attempting to address adaptive icons. In forum post:
https://www.b4x.com/android/forum/threads/adaptive-icons.95244/
there is a link to creating adaptive icons and instructions for adding them to our B4A projects.
I found the instructions relating to creating adaptive icons incomprehensible. (Sadfully, only the command line makes any sense to me at this point in my life. But I digress.) So I downloaded Android Studio since I had read it can create adaptive icons for you. It does!
Basically, import the icon from your B4A project into a dummy Android Studio app, 2 button clicks, and you have more adaptive icons than you'll ever need. And that's the problem.
Please refer to attached image adapt.png. After Android Studio creates your adaptive icons, you end up with 6 folders with names beginning with "mipmap". Each of the folders (except the first) contains 3 images: ic_launcher.png, ic_launcher_foreground.png and ic_launcher_round.png.
Please refer to attached image adapt2.png. These are the instructions from the abovementioned post to the forum. You see the issue.
I'm guessing I could select one of the folders, rename it mipmap and rename the images in it to conform with the instructions in the post. But which folder? And are the auto-generated images, in fact, the same as those mentioned in the forum post? The names are more or less the same as those mentioned in the forum post, but not exactly. Simply renaming something doesn't make it so...
Or could I add all the folders to Object\res and, perhaps, edit the manifest? But what, exactly, should the manifest say in this case? And would all the images in the folders have to be read only?
https://www.b4x.com/android/forum/threads/adaptive-icons.95244/
there is a link to creating adaptive icons and instructions for adding them to our B4A projects.
I found the instructions relating to creating adaptive icons incomprehensible. (Sadfully, only the command line makes any sense to me at this point in my life. But I digress.) So I downloaded Android Studio since I had read it can create adaptive icons for you. It does!
Basically, import the icon from your B4A project into a dummy Android Studio app, 2 button clicks, and you have more adaptive icons than you'll ever need. And that's the problem.
Please refer to attached image adapt.png. After Android Studio creates your adaptive icons, you end up with 6 folders with names beginning with "mipmap". Each of the folders (except the first) contains 3 images: ic_launcher.png, ic_launcher_foreground.png and ic_launcher_round.png.
Please refer to attached image adapt2.png. These are the instructions from the abovementioned post to the forum. You see the issue.
I'm guessing I could select one of the folders, rename it mipmap and rename the images in it to conform with the instructions in the post. But which folder? And are the auto-generated images, in fact, the same as those mentioned in the forum post? The names are more or less the same as those mentioned in the forum post, but not exactly. Simply renaming something doesn't make it so...
Or could I add all the folders to Object\res and, perhaps, edit the manifest? But what, exactly, should the manifest say in this case? And would all the images in the folders have to be read only?