redsolution / xabber-android

Open-source XMPP client for Android
http://xabber.com
Other
1.82k stars 815 forks source link

Compile error #941

Open Q1w2e3r4t5-rgb opened 1 year ago

Q1w2e3r4t5-rgb commented 1 year ago

Help me please. My project is not compiling. Writes: Could not find com.github.str4tocaster.smack:smack-android-extensions:ffb99cc. Required by: project :xabber

Could not find com.github.str4tocaster.smack:smack-experimental:ffb99cc. Required by: project :xabber Could not find com.github.str4tocaster.smack:smack-tcp:ffb99cc. Required by: project :xabber Could not find com.github.str4tocaster.smack:smack-resolver-dnsjava:ffb99cc. Required by: project :xabber

These libraries have been removed from the maven repository. Where can I download these libraries and build the project?

Thanks in advance

licaon-kter commented 1 year ago

The current development is done in this branch fyi: https://github.com/redsolution/xabber-android/tree/develop

Q1w2e3r4t5-rgb commented 1 year ago

The current development is done in this branch fyi: https://github.com/redsolution/xabber-android/tree/develop

Here I get the same error. Can anyone tell me where I can download these libraries: com.github.str4tocaster.smack:smack-experimental:ffb99cc com.github.str4tocaster.smack:smack-tcp:ffb99cc com.github.str4tocaster.smack:smack-resolver-dnsjava:ffb99cc ?

licaon-kter commented 1 year ago

You can't get the same error since the libs are NOT the same: https://github.com/redsolution/xabber-android/blob/develop/xabber/build.gradle#L140-L143

git checkout develop and retry?

nicson0427 commented 1 year ago

i still got error while using the development branch. i have change the smackVersion to 4.4.6 as 4.2.1-snapshot is not found on maven repo, ad another error arise, Execution failed for task ':xabber:kaptOpenBetaDebugKotlin'. anyone got solution?