AgendaCalendarView icon indicating copy to clipboard operation
AgendaCalendarView copied to clipboard

Can't import

Open AndroidDeveloperLB opened this issue 6 years ago • 12 comments

I get this error:

image

AndroidDeveloperLB avatar Oct 24 '17 06:10 AndroidDeveloperLB

Updated some stuff, and now got this:

image Weird thing is that I remember it worked for me in the past. Not sure what happened now when I tried to import it again.

Updated to this:

        classpath 'com.android.tools.build:gradle:3.0.1'
        classpath 'me.tatarka:gradle-retrolambda:3.6.1'

And now got this:

image

AndroidDeveloperLB avatar Nov 26 '17 08:11 AndroidDeveloperLB

No idea why ButterKnife can't be used anymore, so I removed it and added manual searching of views by ids. Now it works fine, but I had to modify the project a lot..

AndroidDeveloperLB avatar Nov 26 '17 09:11 AndroidDeveloperLB

Another weird thing, is that now that it works, I got the top area without a background, so it overlaps content of the list. Reported about this here: https://github.com/Tibolte/AgendaCalendarView/issues/131

AndroidDeveloperLB avatar Nov 26 '17 09:11 AndroidDeveloperLB

I too have got stucked in the same issue. I don't remember what I did back then. Searched the whole internet for some clues, tried to make changes here are there. And at the end the gradle was built but the app got crashed everytime it runs.

DevNeeth avatar Nov 27 '17 07:11 DevNeeth

@DevNeeth If you wish, attached here a working one, except for the bug of the background. AgendaCalendarView.zip

AndroidDeveloperLB avatar Nov 27 '17 07:11 AndroidDeveloperLB

I've succeeded importing the project and removing all unused stuff in it, especially RxJava. I change it with EventBus. I'll try to push it to my fork tonight ;)

joielechong avatar Nov 28 '17 14:11 joielechong

ok thank you.

AndroidDeveloperLB avatar Nov 28 '17 14:11 AndroidDeveloperLB

@AndroidDeveloperLB I've push my fork at https://github.com/joielechong/AgendaCalendarView.

joielechong avatar Nov 28 '17 15:11 joielechong

@joielechong Why fork instead of commit the changes to the real repo? Or you are not the one who holds it?

AndroidDeveloperLB avatar Nov 28 '17 15:11 AndroidDeveloperLB

Unfortunately, I'm not the owner of this repo. I like to send the PR, but looks like the owner is busy. Hence the fork.

joielechong avatar Nov 28 '17 16:11 joielechong

@joielechong Oh ok. Thanks.

AndroidDeveloperLB avatar Nov 28 '17 17:11 AndroidDeveloperLB

You're welcome.

joielechong avatar Nov 29 '17 07:11 joielechong