I searched for the answer to this but came away only with solutions for how to add JAR libraries to individual projects rather than globally to all. Also please correct me on the terminology if I'm wrong regarding my concept of a global JAR.
Hi I use Android Studio on Windows and would really appreciate if someone can please tell me how I can add the same jar library to every project without having to copy the jar files into the libs folder of every project created.
Is there a way to make something like a symlink to the jars or can I somehow make them as an extension to the SDK.
I'm a newbie to Java and Android development so appreciate your patience and any help.
Thanks.