I would like to integrate the emoji symbol
The fix for that is: Add "--utf16" to aapt by adding
android { aaptOptions { additionalParameters '--utf16' } }
to your build.gradle file, and make sure you are not using aapt2.
build.gradle
See https://issuetracker.google.com/issues/37140916