Git Product home page Git Product logo

Comments (16)

amannepid avatar amannepid commented on June 21, 2024

If you are including it as local library then try to put: apply plugin: 'me.tatarka.retrolambda' in you app/build.gradle and classpath 'me.tatarka:gradle-retrolambda:3.1.0' in project/build.gradle dependencies.

Write back if it does not works.

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer is coming

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

comment out this line in agendacalendarview/build.gradle

//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

@tanve is it working ??

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

yah tried that one also not working

On Tue, Jan 19, 2016 at 3:52 PM, Dipendra Sunar [email protected]
wrote:

comment out this line in agendacalendarview/build.gradle

//apply from: '
https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle
'


Reply to this email directly or view it on GitHub
#27 (comment)
.

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

it should have worked. after commenting try to sync the project.

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"

android {
    lintOptions {
        abortOnError false
    }
}

defaultConfig {
    minSdkVersion 14
    targetSdkVersion 23
    versionCode 1
    versionName "1.0"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles

getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
sourceSets {
main {
assets.srcDirs = ['assets']
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

// Google libraries
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.google.guava:guava:19.0'
compile 'com.android.support:design:23.1.1'

// other libraries
compile 'se.emilsjolander:stickylistheaders:2.5.2'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'pl.charmas.android:android-reactive-location:0.6@aar'
compile 'io.reactivex:rxjava:1.0.16'
compile 'io.reactivex:rxandroid:1.0.1'

}

On Tue, Jan 19, 2016 at 3:55 PM, Dipendra Sunar [email protected]
wrote:

it should have worked. after commenting try to sync the project.


Reply to this email directly or view it on GitHub
#27 (comment)
.

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

thank you@amannepid

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

that means it worked ?

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

just completed syncing

On Tue, Jan 19, 2016 at 4:04 PM, Dipendra Sunar [email protected]
wrote:

that means it worked ?


Reply to this email directly or view it on GitHub
#27 (comment)
.

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

nice.. enjoy

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

@tanve if its working now please close the issue.

from agendacalendarview.

tanve avatar tanve commented on June 21, 2024

image

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

use app: instead of agendaCalendar. works ?

from agendacalendarview.

amannepid avatar amannepid commented on June 21, 2024

@tanve you can find solution to such issue by google somewhere else as well. Please close the issue if it is solved.

from agendacalendarview.

Priyanka-Mohanty avatar Priyanka-Mohanty commented on June 21, 2024

Got error
class file for se.emilsjolander.stickylistheaders.StickyListHeadersListView not found

from agendacalendarview.

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.