Posts

Showing posts with the label emoji

USE EMOTICON (emoji) LIBRARY IN ANDROID APP

USE EMOJI LIBRARY IN YOUR ANDROID APP 1> first download the zip from github named ankushSachdeva emoji library . 2> import library File>new Modoule> import gradle project>select lib here you have to select lib folder because it will show error while importing   whole extracted folder. 3> if gradle showig error like "sdk must be updated or anything else"        simply upadate gradle files inside emoji library  TargetSdk,        CompliledSdkVersion,  buildToolVersion, minSdkVersion as same        it is in your app build.gradle.                   4> when you'll change all above versions etc it will show you red line below  dependency in lib build.gradle simply press alt+enter and select 3rd option  it will look like this. //noinspection GradleCompatible compile 'com.android.support:support-v4:19.+' 5>...