I am trying to import an external project into Eclipse for further coding. Once the project was import, following errors were found:
found 2 versions of android-support-v4.jar in the dependency list appcompat in android.
Then, I have studied this link and found the solution. Found 2 versions of android-support-v4.jar in the dependency list appcompat in android
I have deleted the android-support-v4.jar
in library folder of the project but I cannot find
<sdk>/extras/android/support/samples/Support4Demos/
and copy android-support-v4.jar
to replace the original file. Can anyone tell me the location???
Besides, are there any standard steps for importing an android project in the latest version of adt?? I find that there are many people has the similar problem but the solutions provided by others were so different. I am a bit lost about the correct steps.