


Yes, you need to specify at least one repository before you use any external dependency. In adle file, you need to specify which repository to use when resolving dependencies for building your project, so you need to put something like the following in your adle file: directory where all the project jars, library jar, plugins or any other project specific artifacts are stored and can be used by Maven easily.

In Maven terminology, a repository is a place i.e. I have found interesting details from the couple of links:īefore going ahead and we discuss about the migration made from maven central to jcenter, here is brief about the repository (in case if you really don’t know!) What is repository? I had shared some of the points at that time, but I tried to go into the deep to know more about the migration made from maven central to jcenter. What are the reasons/benefits/purpose that android studio has gone with JCenter repository?.Why android project, getting created using android studio, is using jcenter?.Why earlier versions of android studio were using maven central?.During the android workshop, in the office and in the chat with some of the android developers, I have received some questions around build script and repository:
