android-chat-starter icon indicating copy to clipboard operation
android-chat-starter copied to clipboard

A starter project for Android chat application

Results 15 android-chat-starter issues
Sort by recently updated
recently updated
newest added

I am currently, facing problem in opening the project in Android Studio. I open it, waited for 30 minutes, but was not opening whereas it opens in **Eclipse** **IDE** within...

cannot resolve the corresponding JNI files, Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. > # 4 > > ![screen shot 2016-04-27 at...

Hi madhur, I tried to compile the jni lib from your source, but i theres a problem to it. It show like the below screenshot ![capture](https://cloud.githubusercontent.com/assets/22185521/18584473/2aff4730-7c3b-11e6-9b31-4e8263d9a236.PNG) How can i fix...

Emoji.java == @Override public int getOpacity() { return 0;} error in 0 EmojiView.java == localTextView.setTextColor(-7829368); error in -7829368 {should use getResouce().GetColor()} AndroidUtilities.java LoadBitmap

Hi, I am getting a runtime exception on below method. ` public native static void loadBitmap(String path, Bitmap bitmap, int scale, int width, int height, int stride); ` Please help...

No implementation found for void com.c4t.wp.AndroidUtilities.loadBitmap(java.lang.String, android.graphics.Bitmap, int, int, int, int) (tried Java_com_c4t_wp_AndroidUtilities_loadBitmap and Java_com_c4t_wp_AndroidUtilities_loadBitmap__Ljava_lang_String_2Landroid_graphics_Bitmap_2IIII) 03-11 11:47:05.297 22605-24447/wp.c4t.com E/TAG: Error loading image Getting this error... Please help me out...

//Getting issue here `AndroidUtilities.statusBarHeight = getStatusBarHeight(); ` `java.lang.ExceptionInInitializerError at com.activity.EmojiChat.onCreate` ``` Caused by: java.lang.NullPointerException at com.emoji.AndroidUtilities.(AndroidUtilities.java:32) ```