I am debugging my application and want to see a specially created icon for my application on the smartphone screen. What features should be specified in the manifest and where exactly should the file with the icon be placed? What parameters should the file with the icon have? I follow the recommendations on this forum, but the problem is not solved, the icon looks standard - a blue leaf or a green robot's head.
In manifest
In manifest
B4X:
SetApplicationAttribute(android:icon, "icon1.png")
SetApplicationAttribute(android:label, "Spector_V1.01")
SetApplicationAttribute(android:largeHeap,"true")
SetApplicationAttribute(android:usesCleartextTraffic,"true")