Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependecy not found #8

Closed
vck opened this issue Aug 16, 2016 · 2 comments
Closed

dependecy not found #8

vck opened this issue Aug 16, 2016 · 2 comments
Labels

Comments

@vck
Copy link

vck commented Aug 16, 2016

i'm trying to install on android studio,
i've put it on build.gradle,

apply plugin: 'com.android.application'

android {
    compileSdkVersion 24
    buildToolsVersion "24.0.0"

    defaultConfig {
        applicationId "veeklab.desg"
        minSdkVersion 19
        targetSdkVersion 24
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:24.0.0'
    compile 'com.google.android.gms:play-services-appindexing:8.1.0'
    compile 'com.github.delight-im:Android-SimpleLocation:v1.0.1'
}

after i ran the build, this error shown

Error:(26, 13) Failed to resolve: com.github.delight-im:Android-SimpleLocation:v1.0.1
<a href="openFile:/home/vickydasta/research/mobile/Desg/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>
@ocram ocram added the question label Aug 21, 2016
@ocram
Copy link
Contributor

ocram commented Aug 21, 2016

Thanks!

Are you sure you followed the installation instructions from the README correctly?

You probably don't have the repository definition. Please check that.

@vck
Copy link
Author

vck commented Aug 29, 2016

sorry, didn't add maven { url "https://jitpack.io" } to build.gradle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants