Sunday, August 26, 2012

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

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 <nikhileshsingh112@gmail.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment