I had a similar trouble with that class when using Proguard to obfuscate.
It seems to be a private class on the compatibility package --you can
see it but it's being used.
If you're using Proguard, you can check if adding this line to your
config helps:
 -keep class android.support.v4. { *; }

Marina


On Mon, Aug 27, 2012 at 12:42 PM, nikhilesh singh Tak
<nikhileshsingh...@gmail.com> wrote:
> Hi Mark,
>
> Don that as well.. but same issue..
>
> I am getting log as below
>
> 08-27 21:05:42.321: W/dalvikvm(28310): Link of class
> 'Landroid/support/v4/os/ParcelableCompatCreatorHoneycombMR2;' failed
> 08-27 21:05:42.331: W/ClassPathPackageInfoSource(28310): Cannot load class.
> Make sure it is in your apk. Class name:
> 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'. Message:
> android.support.v4.os.ParcelableCompatCreatorHoneycombMR2
> 08-27 21:05:42.331: W/ClassPathPackageInfoSource(28310):
> java.lang.ClassNotFoundException:
> android.support.v4.os.ParcelableCompatCreatorHoneycombMR2
>
>
>
> On Mon, Aug 27, 2012 at 8:49 PM, Mark Murphy <mmur...@commonsware.com>
> wrote:
>>
>> On Mon, Aug 27, 2012 at 11:06 AM, nikhilesh singh Tak
>> <nikhileshsingh...@gmail.com> wrote:
>> > Yes I have checked that.
>> >
>> > In my main app project "android-support-v4.jar" is present in the libs
>> > folder. Also in build path I have marked  the library as checked in
>> > "Order
>> > and Export" section.
>>
>> You should not need to do that. *All* you need to do, on a modern
>> edition of the tools, is to have the library in libs/. Doing anything
>> else might mess matters up.
>>
>> --
>> 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+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> --
> Nikhilesh Singh Tak
>
> +91-9754070871
> +91-9929098279
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to