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

2012-08-28 Thread rauf qureshi
can any body tell me how to make a post in this group for problem solution and please some one update me about payment gateway and its charges is apply to use this server please help me On Mon, Aug 27, 2012 at 8:36 PM, nikhilesh singh Tak nikhileshsingh...@gmail.com wrote: Hi Mark,

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

2012-08-27 Thread nikhilesh singh Tak
Hi Mark, Thanks for the reply. 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. Even I tried it by adding the v4 jar in test project but that too didn't

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

2012-08-27 Thread nikhilesh singh Tak
Hi Mark, Thanks for the reply. 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. Even I tried it by adding the v4 jar in test project but that too didn't

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

2012-08-27 Thread Mark Murphy
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

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

2012-08-27 Thread nikhilesh singh Tak
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

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

2012-08-27 Thread Mark Murphy
As far as I can tell, there is no such class in the Android Support package. On Mon, Aug 27, 2012 at 11:42 AM, 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

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

2012-08-27 Thread Marina Cuello
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. { *; }

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

2012-08-26 Thread nikhilesh
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:

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

2012-08-26 Thread Mark Murphy
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 nikhileshsingh...@gmail.com wrote: Hi Group, I created a project using the support.v4 library. Now I am