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

I am unable import Agenda Calenderview to my project #27

Closed
tanve opened this issue Jan 18, 2016 · 16 comments
Closed

I am unable import Agenda Calenderview to my project #27

tanve opened this issue Jan 18, 2016 · 16 comments

Comments

@tanve
Copy link

tanve commented Jan 18, 2016

issue
i am unable to import into my project

@amannepid
Copy link
Contributor

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.

@tanve
Copy link
Author

tanve commented Jan 19, 2016

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

@amannepid
Copy link
Contributor

comment out this line in agendacalendarview/build.gradle

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

@amannepid
Copy link
Contributor

@tanve is it working ??

@tanve
Copy link
Author

tanve commented Jan 19, 2016

yah tried that one also not working

On Tue, Jan 19, 2016 at 3:52 PM, Dipendra Sunar notifications@github.com
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)
.

@amannepid
Copy link
Contributor

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

@tanve
Copy link
Author

tanve commented Jan 19, 2016

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 notifications@github.com
wrote:

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


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

@tanve
Copy link
Author

tanve commented Jan 19, 2016

thank you@amannepid

@amannepid
Copy link
Contributor

that means it worked ?

@tanve
Copy link
Author

tanve commented Jan 19, 2016

just completed syncing

On Tue, Jan 19, 2016 at 4:04 PM, Dipendra Sunar notifications@github.com
wrote:

that means it worked ?


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

@amannepid
Copy link
Contributor

nice.. enjoy

@amannepid
Copy link
Contributor

@tanve if its working now please close the issue.

@tanve
Copy link
Author

tanve commented Jan 19, 2016

image

@amannepid
Copy link
Contributor

use app: instead of agendaCalendar. works ?

@amannepid
Copy link
Contributor

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

@Priyanka-Mohanty
Copy link

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

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

No branches or pull requests

3 participants