标签: java android android-studio emoji
我是Android开发的新手,我正在尝试使用这个https://github.com/rockerhieu/emojicon/库。我不太了解如何使用该库的说明。我从来没有使用任何其他库,所以有人可以发布一步一步的方法来使用这个库在Android Studio的Android项目。
编辑:我的意思是如何将它包含在我的项目中,结果就像在gradle文件中添加一行一样简单。
答案 0 :(得分:4)
将以下内容添加到app/build.gradle文件后:
app/build.gradle
dependencies { //Add this line: compile 'com.rockerhieu.emojicon:library:1.0' }
重新同步项目后,您可以按照examples使用该库(布局示例here)