-
Notifications
You must be signed in to change notification settings - Fork 337
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
Could not find com.qozix:tileview:3.0.1 #507
Comments
Could you please bring it back up? I have to publish it to my mavenLocal() to build it now. |
@moagrius thank you for your answer! Is there a workaround to make it work locally? |
To publish to mavenLocal(), follow these steps: clone the tileview project, then in the tileview/build.gradle, add these lines:
Then on command line, run: Then in your own project (the root build.gradle), add
Credit to: |
yeah you can bring the project into your own project as a module, and import it that way. or you can probably just use the maven url:
you can also just grab the tileview-release.aar from the demo and then import that to your project. i'm still waiting to hear back from bintray, unfortunately - a lot of things got borked and there's not much i can do about it at the moment - i definitely am working on what i can though (e.g., trying to move it to a new repo) sorry for the hassle, and thanks for your patience |
Thanks @moagrius and @huahouzwift for helping. |
Ha thanks! |
Hi, news about this problem ? |
I just got off a meeting with bintray. There's a lot of factors involved,
mostly because this repo is so old I was getting away with a lot of things
like multiple repos with different cases, that isn't allowed anymore. I
hope it's back up soon, but technically Bintray owns some of the old
versions, so they need to verify.
I'll post on the readme when it's back up. Again, sorry for the hassle.
…On Wed, Apr 24, 2019 at 10:50 AM AMattia ***@***.***> wrote:
Hi, news about this problem ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#507 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFLHIBW4SYG3XYIGDESURTPSB6T7ANCNFSM4HHNXNDA>
.
|
This should be updated. Everything from 2.x to 3.0.1 should resolve from jcenter now. Note that some really old versions 1.0.x still need to be migrated. |
I've just updated my Android Studio to the version 3.4 and I always fail to find the TileView lib. I've tested with versions 3.0.1 and 2.2.7 and the error is the same.
The stack trace:
Trying to find it in the new project manager it only find old versions, and even adding these ones the same error is raised.
Any idea about how to solve this issue?
The text was updated successfully, but these errors were encountered: