I want to import this library https://github.com/patriques82/alphavantage4j in android studio. What steps should I follow?(from scratch) Also in which build.gradle should I put repositories and dependencies?
I have an empty project. I downloaded the zip file and extracted it. I then tried to import the module but only the build.gradle file was imported.
There already existed a build.gradle file. So I renamed the build.gradle as builder.gradle and imported it.But it showed error as sync failed.