How to create drawable folder for Nexus -5X device?

222 Views Asked by At

I have worked with Firebase Notification. Here i have set the notification image . But Nexus 5x image device does not show the image when i receive the notification. Kindly please let me know how to create drawable folder for Nexus 5x device, or otherwise is there anyway for displaying image on Nexus 5x device.

 NotificationCompat.Builder notificationBuilder = new NotificationCompat.Builder(this)
                .setSmallIcon(R.drawable.app_icon)
0

There are 0 best solutions below