Git Product home page Git Product logo

Comments (15)

goodlifechris avatar goodlifechris commented on June 28, 2024

yeah ... ensure that you are using the android studio since it already uses gradle as its default build system. To add a library in gradle select your app under project and create a new>> MODULE on left clicking and add your library either as JAR orAndroid library (Check the file extension of the library.

Let me know if its not clear
.....
For projects that has a remote library add as dependencies in gradle as such to add support.compact
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
}

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

I was asking is there any gradle repo ? What is the package name to add in gradle as like "'com.android.support:design:23.1.1'" for design support library

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024

are u adding gradle or a library?

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

I want to use gradle

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024

whats your environment? Android studio or eclipse or?

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

I want to use gradle so obviously i am using Android Studio ?

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024

Thats okay then ... gradle is the default build system meaning you are already using gradle for ur project ...maybe lets say u want to add a library through gradle ryt?

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

Plz i just want to know the gradle repo like 'com.android.support:appcompat-v7:23.1.1' for this lib . CAn u provide me or not ?

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024
compile 'com.android.support:appcompat-v7:23.1.

am not getting u clearly and thats y am asking a few question. feel free when u are ready to be clear

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

I mean what is the gradle repo for this project as we use

compile 'com.facebook.android:facebook-android-sdk:4.1.0'
for facebook sdk.

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024

I remember importing this project instead of opening so that gradle can take place...Please try importing the project

from producttour.

goodlifechris avatar goodlifechris commented on June 28, 2024

else change the word repo and use a better explanation

from producttour.

oliverhausler avatar oliverhausler commented on June 28, 2024

You can use jitpack.io to pull any Github project which isn't hosted on Maven.

from producttour.

mmanishh avatar mmanishh commented on June 28, 2024

Thanks oliver hausler

from producttour.

black-snow avatar black-snow commented on June 28, 2024

This really needs a release on mavencentral or jcenter.

from producttour.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.