I had to format and start over yesterday, and I'm trying to get my project up and running again.
I use the signpost library for OAuth authentication. I've imported my project and Eclipse gives me no errors in the text editor. However, when I run my app and hit the oauth code, my app bombs with the following error:
04-25 15:07:04.485: E/dalvikvm(344): Could not find class 'oauth.signpost.commonshttp.CommonsHttpOAuthConsumer', referenced from method com.myapp.app.ws.WebService.addHeaders
The project seems to find the jar files just fine. They show up in the Java Build Path -> Libraries tab.
I'm not really sure what I'm missing here. Ideas?