Giter Club home page Giter Club logo

Comments (6)

ozzyyzzo4096 avatar ozzyyzzo4096 commented on June 15, 2024

yeah quite the same nooby android developer problem here :)
just a pain in the ass to try to integrate into my own project ^^
i guess 'io.github.controlwear' path must be specified in some magic way :)

but how? :)

from virtual-joystick-android.

pojii avatar pojii commented on June 15, 2024

I found Solution just add repo in build.gradle

from virtual-joystick-android.

ozzyyzzo4096 avatar ozzyyzzo4096 commented on June 15, 2024

please elaborate to avoid confusion... 'i found the solution' is a pretty bad statement :-/

on my side adding the dependency was no help..

from virtual-joystick-android.

LyreZ61 avatar LyreZ61 commented on June 15, 2024

Add this to build.gradle file:

dependencies {
implementation 'io.github.controlwear:virtualjoystick:1.10.1'
}

Add this to settings.gradle file:

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()

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

}
}

After that, Sync your Project with Gradle file:

image

from virtual-joystick-android.

ozzyyzzo4096 avatar ozzyyzzo4096 commented on June 15, 2024

Could not GET 'https://jitpack.io/io/github/controlwear/virtualjoystick/1.10.1/virtualjoystick-1.10.1.pom'. Received status code 401 from server: Unauthorized

from virtual-joystick-android.

zbas avatar zbas commented on June 15, 2024

@ozzyyzzo4096

instead of implementation 'io.github.controlwear:virtualjoystick:1.10.1'

you can use implementation 'com.github.controlwear:virtual-joystick-android:master-SNAPSHOT'

from virtual-joystick-android.

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.