How to import a library from github?

Denzel

I don't understand how to add a library in my new project.

https://github.com/txusballesteros/bubbles-for-android

I saw similar posts but I don't get the library in my project.

Error:Configuration with name 'default' not found.

And when I add the library can I change the original source code and can I use it because I read about the same License ?

Please help me, I was trying many methods and I failed.

sup4eli

Locate your build.gradle file:

  1. Go to android view (easiest this way)
  2. Locate Gradle Scripts folder:

enter image description here

  1. Locate your correct build.gradle file (watch it, there are 2 of those who look similar):

enter image description here

  1. Add the this statement (compile 'com.txusballesteros:bubbles:1.2.1') according to picture:

enter image description here

  1. Good to go

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to import a sample from a library on github into android studio

How can I import a library from github to GO playground?

How to import library into netbeans that I downloaded from github?

how to import package from github

how to import your own github forked library into android studio

How to import source from GitHub into an Eclipse project

Import from Github : How to fix ImportError

How to import data folder from Processing library?

How to import a Python library from a Chroot jail?

How to import packages from the external Library in Java?

How to import types from a third party library?

How to Import Classes from Reference Library in Eclipse?

How can I install a library from github?

How to use a python library from github

How to build a gradle jar from a github library

How to import this javascript library?

How to import library in IntelliJ

How to import a Library Project?

How to import library in Java

Python: how to import csv file from github into text file

how to fetch/import from github to visual studio 2013

How to import npm module with scoped name installed from github?

How to import a project with only specific branches from BitBucket to GitHub

How to import projects (i.e from github) to my application

How to import react app from GitHub as a component to new react app?

How to import only selected native library ABIs from AAR?

How to automate generating an import library from undecorated stdcall DLL?

How do I lazy-load an "import { SelectedComponent } from {Library}"?

How to import a class from a Jenkins Shared Library into the pipeline