There are many posts which suggest that you should use the mipmap folders for your app icons. This seems to have come in android 4.3
I intend to support older android devices (Android 2.3.3 and above). I have:
minSDK: android-10
targetSDK: android-10
Does this mean I have to create drawable folders too ? What will happen if I put my app icons only in the mipmap folders and do not create drawable folders ? I only have a device with android 4.4.4 so I cannot test with earlier devices. What should I do ?