Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Implementation #4

Open
arisprung opened this issue Nov 14, 2016 · 1 comment
Open

Android Implementation #4

arisprung opened this issue Nov 14, 2016 · 1 comment

Comments

@arisprung
Copy link

Is there a good example for implementation for android? I keep on getting this error

java.lang.NoSuchMethodError: No static method setSoKeepalive(Lorg/apache/http/params/HttpParams;Z)V in class Lorg/apache/http/params/HttpConnectionParams; or its super classes (declaration of 'org.apache.http.params.HttpConnectionParams' appears in /system/framework/framework.jar:classes2.dex)
at com.amazonaws.http.HttpClientFactory.createHttpClient(HttpClientFactory.java:95)
at com.amazonaws.http.AmazonHttpClient.(AmazonHttpClient.java:198)
at com.amazonaws.AmazonWebServiceClient.(AmazonWebServiceClient.java:129)
at com.amazonaws.AmazonWebServiceClient.(AmazonWebServiceClient.java:113)
at com.ivona.services.tts.IvonaSpeechCloudClient.(IvonaSpeechCloudClient.java:152)
at com.ivona.services.tts.IvonaSpeechCloudClient.(IvonaSpeechCloudClient.java:141)
at ivonatestsecond.com.ivonasecond.MainActivity.init(MainActivity.java:64)
at ivonatestsecond.com.ivonasecond.MainActivity.onCreate(MainActivity.java:24)
at android.app.Activity.performCreate(Activity.java:6237)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
at android.app.ActivityThread.-wrap11(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)

@reidisaki
Copy link

i can't find a fix for this either. but i think we're all bouncing around on SO and this and other sites with no one able to fix this. Pretty much ostracized all android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants