[android-developers] GridLayout cannot be found after installing android support package

2012-06-14 Thread alex b
I'm trying to use the Android Support package in my Android 2.3.3 eclipse app. I've downloaded the package, created the \libs folder, copied 'android-support-v7-gridlayout.jar' into that folder, and added it to the build path, however when I attempt to add a GridLayout tag to my layout I get

Re: [android-developers] GridLayout cannot be found after installing android support package

2012-06-14 Thread Mark Murphy
GridLayout is not in a JAR, but in an Android library project. You should find it in the extras/android/support/v7/gridlayout/ directory in your SDK. On Thu, Jun 14, 2012 at 6:46 PM, alex b alex_bramb...@yahoo.com wrote: I'm trying to use the Android Support package in my Android 2.3.3 eclipse