[android-developers] Building ApiDemos with android JB 4.1 SDK?

2012-07-10 Thread Shawn Walker
Greetings, I'm trying to build and run the ApiDemos from the Android JellyBean 4.1 SDK. I've been able to successfully run the very basic new android project, but I've had no luck with the ApiDemos from the SDK Samples. These are the steps I followed: 1) from eclipse, file - new project -

Re: [android-developers] Building ApiDemos with android JB 4.1 SDK?

2012-07-10 Thread Mark Murphy
Make sure your Java compiler compliance level in Eclipse is set to 1.6, not 1.5. You can find this in Project Properties, in the Java Compiler area. On Sun, Jul 8, 2012 at 5:47 PM, Shawn Walker binarycrusa...@gmail.com wrote: Greetings, I'm trying to build and run the ApiDemos from the Android

Re: [android-developers] Building ApiDemos with android JB 4.1 SDK?

2012-07-10 Thread Shawn Walker
On Tuesday, July 10, 2012 3:42:38 AM UTC-7, Mark Murphy (a Commons Guy) wrote: Make sure your Java compiler compliance level in Eclipse is set to 1.6, not 1.5. You can find this in Project Properties, in the Java Compiler area. Yes, I discovered that quite by accident afterwards as I