well, org.json.JSONArray is apparently in both jtwitter.jar and android.jar, which can confuse things, I think. I've yet to mess with the twitter stuff. It looks like there's a twitter library that is "android-ready" called twitter4j you might want to try if you're just wanting to learn stuff, anyway. Or there might be others. Not sure if it will help you or cause more problems :)
On Wed, May 11, 2011 at 10:46 PM, Spooky <[email protected]> wrote: > Ok, just to be safe, I'm posting the whole .classpath file: > > <?xml version="1.0" encoding="UTF-8"?> > <classpath> > <classpathentry kind="src" path="src"/> > <classpathentry kind="src" path="gen"/> > <classpathentry kind="con" > path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> > <classpathentry kind="lib" path="C:/Android/workspace/Yamba/ > jtwitter.jar"/> > <classpathentry kind="lib" path="C:/Android/android-sdk/platforms/ > android-8/android.jar"> > <attributes> > <attribute name="javadoc_location" > value="file:/C:/Program Files/ > Android/android-sdk/docs/reference"/> > </attributes> > <accessrules> > <accessrule kind="nonaccessible" > pattern="com/android/internal/**"/ >> > </accessrules> > </classpathentry> > <classpathentry kind="output" path="bin"/> > </classpath> > > See anything wrong? > > Thanks, > --jim > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

