On Fri, May 13, 2011 at 5:31 PM, Spooky <spooky1...@gmail.com> wrote: > android.jar and jtwitter.jar are the only two JAR files listed > anywhere in the > project, they are the only two JAR files in the .classpath file, and > they are > the only two JAR files in the Yamba directory on the disk
There should be no android.jar file in the Yamba directory on the disk, as that comes from your SDK installation, not the project. I have never examined an Eclipse .classpath file to see what a proper one looks like with Android. Normally, when creating an Eclipse project, you never touch android.jar, as the Eclipse new-project wizard sets that up for you. All you do is copy your third-party JAR into libs/ and add it to your project with Add JAR on the Libraries tab of the Build Path dialog. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en