You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i integrate in my android application , my app crach in code line
RealexClient client = new RealexClient("Po8lRRT67a", httpConfiguration);
with error message :
E/UncaughtException: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/config/RequestConfig;
when i integrate in my android application , my app crach in code line
RealexClient client = new RealexClient("Po8lRRT67a", httpConfiguration);
with error message :
E/UncaughtException: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/config/RequestConfig;
and my full integrated code is
The text was updated successfully, but these errors were encountered: