Make sure that you properly have the Android Support package attached to your project (e.g., android-support-v4.jar in your libs/ directory).
On Sun, Aug 26, 2012 at 2:06 PM, nikhilesh <[email protected]> wrote: > Hi Group, > > I created a project using the "support.v4" library. Now I am creating a test > project for my main app. But when I try to run it gives me the exception > "W/ClassPathPackageInfoSource(551): Caused by: > java.lang.ClassNotFoundException: > android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in loader > dalvik.system.PathClassLoader". > > I searched a lot but not able to find anything on it. > > Please help. > > Thanks > > -- > 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 Android Training in NYC: http://marakana.com/training/android/ -- 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

