Android Studio will start today, and an update notification has appeared. Since I really want to learn new features and bug fixes, I clicked the "Yes" button. Now the dialog box "Project Structure", in which you install the dependencies, is missing and replaced by a message:
We will provide a user interface to configure project settings later. Until then, please manually edit the build.gradle (s.) File
So, I go out to try to figure out how to add an ActionBarSherlock to my project as a project dependency, and hit a brick wall. I do not know how to import an ActionBarSherlock project as a library project and configure my project to use it. The documentation documentation on Google, IntelliJ, and Gradle docs are scarce, so you have a lot of information about existing build systems.
source share