[android-developers] Re: java.io.file.getfreespace()?

2010-12-26 Thread DanH
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 kbwi...@gmail.com 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 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


[android-developers] Re: java.io.file.getfreespace()?

2010-12-25 Thread Keith Wiley
Actually, I guess the StatFs routines accomplish my goals in this
case.

On Dec 25, 10:34 pm, Keith Wiley kbwi...@gmail.com 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 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