Present in both answers;Present only in the new answer;Present only in the old answer;
Add your icon to [projectFolder]/android/app/src/main/res/drawable (for example app_icon.png) and use that name here: var initializationSettingsAndroid = new AndroidInitializationSettings('@mipmap/ic_launcher');
Add your icon to `[projectFolder]/android/app/src/main/res/drawable` (for example `app_icon.png`) and use that name here: var initializationSettingsAndroid = new AndroidInitializationSettings('app_icon');
Present in both answers;Present only in the new answer;Present only in the old answer;