GithubHelp home page GithubHelp logo

Comments (7)

ajinkya-iam avatar ajinkya-iam commented on May 27, 2024 3

Please following steps to import this lib

Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	     debugImplementation 'com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6'
	}

Reference - https://www.jitpack.io/#amitshekhariitbhu/Android-Debug-Database/v1.0.6

from android-debug-database.

arunkrishnakv avatar arunkrishnakv commented on May 27, 2024

+1. Even though your particular library is available in maven repository, some of your dependencies are using jcenter. Could you please update those?

\--- com.amitshekhar.android:debug-db:1.0.6 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED
|    |    +--- com.android.volley:volley:1.1.1 FAILED
|    |    |    +--- com.facebook.yoga:proguard-annotations:1.14.1 FAILED
|    |    |    \--- com.facebook.fbjni:fbjni-java-only:0.0.3 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED

These were the problematic libraries I could find. Thanks a ton for your amazing library.

from android-debug-database.

powell avatar powell commented on May 27, 2024

+1
Please, please. Your library is great !

from android-debug-database.

huhuang03 avatar huhuang03 commented on May 27, 2024

+1

Could not find com.amitshekhar.android:debug-db:1.0.6.
Required by:
    project :app
Search in build.gradle files

from android-debug-database.

CleatonPais avatar CleatonPais commented on May 27, 2024

+1

Really helpful library. Please migrate

from android-debug-database.

Asutosh11 avatar Asutosh11 commented on May 27, 2024

the library is in jitpack. Use like this:

settings.gradle
...

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

...

from android-debug-database.

quillalady avatar quillalady commented on May 27, 2024

Please, migrate

from android-debug-database.

Related Issues (20)

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.