chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger
https://chatsdk.co
Other
1.61k stars 611 forks source link

SDK update issue at Android Studio 1.0 #632

Closed MOhsain closed 4 years ago

MOhsain commented 4 years ago

I'm facing an issue while update Chat_SDk 4.+ to new Version 5.v. My Android Studio is Latest 4.0. Please check screenshot image

bensmiley commented 4 years ago

@MOhsain can you show me what you added to your grade file?

MOhsain commented 4 years ago

i added these lines in project level build.gradle file ->

classpath "com.android.tools.build:gradle:4.0.0" classpath "com.google.gms:google-services:4.3.3" classpath 'com.novoda:bintray-release:0.9.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71" classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1' classpath 'com.google.firebase:perf-plugin:1.3.1'

On Wed, Jun 17, 2020 at 7:44 PM Ben Smiley notifications@github.com wrote:

@MOhsain https://github.com/MOhsain can you show me what you added to your grade file?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-android/issues/632#issuecomment-645418654, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLC2XM6UYMH5XLKANWZUALRXDJDRANCNFSM4OATLRLA .

bensmiley commented 4 years ago

@MOhsain could you plase show me both your project and app level build.gradle files?

MOhsain commented 4 years ago

How can I show all my projects to you?

On Thu, Jun 18, 2020 at 12:30 PM Ben Smiley notifications@github.com wrote:

@MOhsain https://github.com/MOhsain could you plase show me both your project and app level build.gradle files?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-android/issues/632#issuecomment-645835499, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLC2XIUJ63TZGCXZQI2DP3RXG675ANCNFSM4OATLRLA .

bensmiley commented 4 years ago

You need to clean the project (delete the Build directories) and then zip it and email it to me team@sdk.chat. Or invite me to your Git repo if you're using one. My username is ben_smiley.

MOhsain commented 4 years ago

Why are you closing this?

On Thu, Jun 25, 2020 at 5:28 PM Ben Smiley notifications@github.com wrote:

Closed #632 https://github.com/chat-sdk/chat-sdk-android/issues/632.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-android/issues/632#event-3482145554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLC2XLB7TPSVZO5F3ZRX6LRYM7GJANCNFSM4OATLRLA .

bensmiley commented 4 years ago

Because I posted a reply a week ago and got no reply. It's an issue with your environment so we need to solve it or close the issue.

bensmiley commented 4 years ago

I would also recommend looking at this video:

https://www.youtube.com/watch?v=ZzfSd3hc3xw

I started with a clean Android Studio project and setup the Chat SDK.

MOhsain commented 4 years ago

But you are using Android Studio Version 3.6 and my Version is 4.0. I also sent my code base to your given email address. Please check that

On Thu, Jun 25, 2020 at 6:02 PM Ben Smiley notifications@github.com wrote:

I would also recommend looking at this video:

https://www.youtube.com/watch?v=ZzfSd3hc3xw

I started with a clean Android Studio project and setup the Chat SDK.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-android/issues/632#issuecomment-649525970, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLC2XIWEEZPCJCJ6D2TCJLRYNDEXANCNFSM4OATLRLA .

MOhsain commented 4 years ago

Please reply to me?

On Mon, Jun 29, 2020 at 10:30 AM Mohsan Ikram mohsanikram777@gmail.com wrote:

But you are using Android Studio Version 3.6 and my Version is 4.0. I also sent my code base to your given email address. Please check that

On Thu, Jun 25, 2020 at 6:02 PM Ben Smiley notifications@github.com wrote:

I would also recommend looking at this video:

https://www.youtube.com/watch?v=ZzfSd3hc3xw

I started with a clean Android Studio project and setup the Chat SDK.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-android/issues/632#issuecomment-649525970, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLC2XIWEEZPCJCJ6D2TCJLRYNDEXANCNFSM4OATLRLA .

bensmiley commented 4 years ago

Hi @MOhsain this is an issue directly related to using Android Studio 4.0. It's related to this. I will update the project as soon as AS 4.0 comes out of beta. In the meantime, I would recommend that you use: AS 3.x, add the Chat SDK using Gradle and remove the bintray release dependency or follow the steps in the issue I posted.