Estoy usando la integración de twitter usando el proyecto SocialLib. Pero la cosa es constantemente estoy recibiendojava.lang.NoClassDefFoundError: oauth.signpost.commonshttp.CommonsHttpOAuthConsumer android
java.lang.NoClassDefFoundError: oauth.signpost.commonshttp.CommonsHttpOAuthConsumer
en la línea de
httpOauthConsumer = new CommonsHttpOAuthConsumer(consumerKey, consumerSecret);
y mis importaciones son:
import oauth.signpost.commonshttp.CommonsHttpOAuthConsumer;
import oauth.signpost.commonshttp.CommonsHttpOAuthProvider;
import oauth.signpost.exception.OAuthCommunicationException;
import oauth.signpost.exception.OAuthExpectationFailedException;
import oauth.signpost.exception.OAuthMessageSignerException;
import oauth.signpost.exception.OAuthNotAuthorizedException;
y los frascos i utilizada y descargar de: http://code.google.com/p/oauth-signpost/downloads/list
¿Cómo reslove esto?
Hanks
he aquí una solución: http://stackoverflow.com/questions/10623864/oauth-with-android - @Phix ayudado a mí. – formatBCE