I'm following the "Android Application Development for Dummies" book and it came in a part of the book where it says the following: Copy the file android-support-v13.jar to the libs folder of your project.
I did just that. I found the file in the SDK folder. I copied to the libs directory where my project is, and I cleaned it for the eclipse. However, it is not detecting "android-support-v13.jar" in the "Android Dependences" folder, as the book says.
Is this really the correct way to "import" support v13 for my project in eclipse?