[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-29 Thread blizzard
The purpose of Maven ? Configuration controle ... release management ... reporting the list goes on and on. However, the problem I experience above occurs on both maven and ant builds. On Tuesday, August 28, 2012 11:31:27 AM UTC+2, Jason Sesso wrote: I'm trying to understand mavens

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

2012-08-29 Thread blizzard
I've experienced the same problem while attempting a test cycle. My original post is here: https://groups.google.com/forum/?fromgroups=#!searchin/android-developers/android$20support$20jar/android-developers/sotIalKQTUQ/2x-O9BczHjgJ I've determined that the support jar is correctly included to

[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-28 Thread blizzard
activity wrappers at this point in time. -Michael On Thursday, August 23, 2012 10:56:18 AM UTC+2, blizzard wrote: Hello everyone, I'm having trouble executing instrumentation tests using the android maven plugin. I have followed the libraryprojects example to the last detail, however

[android-developers] Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-24 Thread blizzard
Hello everyone, I'm having trouble executing instrumentation tests using the android maven plugin. I have followed the libraryprojects example to the last detail, however, there is one slight difference in my setup ~ i'm adding the android support jar as an external dependency. My setup looks