If it compiles OK but you get VerifyErrors on running, it usually means that you're running against a different version of the code than the one you compiled against.
On Dec 26, 12:34 am, Keith Wiley <[email protected]> wrote: > The Android reference for java.io.file lists the 1.6 apis, including > getfreespace(). My code compiles, but when I run it I get > VerifyErrors on the call. My Mac Java preferences list Java 1.6 and > my Eclipse Java JRE preferences have Java 1.6 checked. Does anyone > know what I'm doing wrong? -- 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

