I want to add EmojiCompat to my app. However, the project cannot be built due to a warning :
Error:(23) warn: generated id 'android:id/inputExtractEditText' for external package 'android'.
This layout XML input_method_extract_view.xml is provided by the appcompat library and I have tried in the EmojiCompat demo project which can build successfully.
- build tool version 26.0.1
- appcompat version 26.0.1
- Kotlin version 1.1.4-3
I have tried to build with the default one in Android Studio and JRebel for Android, both of them build failed.