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 <[email protected]> wrote: > 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 the compiler error: GridLayout cannot be found. I've cleaned the > project,and restarted everything without any luck. > > Any ideas anyone? > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.7 Available! -- 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

