I am working on a project that uses android-support-v4.jar
as a library (in the libs
folder of my app), and I want to rename the android.support.v4
package in it but I am told that this can't be done because the directory is not located in the project.
(But I need it because I have ActionSherlock as an imported module, which also uses android-support-v4 as a dependency. When I first ran the app, I get error message, related to the loading of this library twice)