When I add the ViewPagerIndicator library to a working android project, the project force close and does not work anymore.
When I remove the library the project works again.
I have those log error: http://pastesite.com/31448
Any idea how to solve it?
Thanks.
Edit: does Android work with Java 7 64bits? Maybe the problem is that…
I assume you are using Eclipse.
First you have to create a ViewPagerIndicator android library project in Eclipse. See http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject
Then you have to go in your project to menu > Project > Properties > Android and in the Library section you have to add a reference to the ViewPagerIndicator library project. See http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject
They say only JDK 5 and 6 are supported, but they do not say anything about JDK 7: http://developer.android.com/sdk/requirements.html