rleiman Well-Known Member Licensed User Longtime User Dec 10, 2013 #1 Hi Everyone, This is the first time trying out a library. I copied the jar and xml files to the libraries folder and the res folder as well into my project. When I compile the app I get: "A referenced library is missing" android-support-v4 I checked the SDK Manager and it shows that the Support Library revision 19 is installed from the Extras folder. Is this the wrong version? What else do I need to install? Thanks.
Hi Everyone, This is the first time trying out a library. I copied the jar and xml files to the libraries folder and the res folder as well into my project. When I compile the app I get: "A referenced library is missing" android-support-v4 I checked the SDK Manager and it shows that the Support Library revision 19 is installed from the Extras folder. Is this the wrong version? What else do I need to install? Thanks.
NJDude Expert Licensed User Longtime User Dec 10, 2013 #2 Have you copied that JAR to your additional libraries folder?, read the instructions to install that library HERE make note of the text in RED. Upvote 0
Have you copied that JAR to your additional libraries folder?, read the instructions to install that library HERE make note of the text in RED.
rleiman Well-Known Member Licensed User Longtime User Dec 10, 2013 #3 Hi NJDude, Thanks for the help. It works perfectly. Upvote 0