Using Open-vidu Maven for android studio and I get error

Hello there! I’m trying to implement open-vidu java client to android app. I have implemented the dependencies as well. However there is one dependency that is not possible to implement because android has stopped supporting * [org.apache.httpcomponents:httpclient].
There is no error when I compile. However, calling
val openVidu = OpenVidu(Constants.LIVE_URL, Constants.LIVE_SECRET_KEY)
always gives error.
I have attached screenshot for your reference.

Please look into this. I haven’t found any solution yet. Searching from past 2 days. In official github android project provided by open-vidu doesn’t show this https://search.maven.org/artifact/io.openvidu/openvidu-java-client/2.15.1/jar Implementation.

Thanks in Advance

OpenVidu Java tutorials (https://docs.openvidu.io/en/stable/tutorials/openvidu-js-java/) (https://docs.openvidu.io/en/stable/tutorials/openvidu-mvc-java/) are not developed with Android in mind. In fact the Java code is prepared to be executed in a server, not in the client-side. So it is perfectly possible that this kind of errors appear. You should take a look to the real Android tutorial: https://docs.openvidu.io/en/stable/tutorials/openvidu-android/