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

Could not find com.github.chrisbanes:PhotoView:1.3.1 #207

Closed
JkMulti opened this issue Dec 18, 2024 · 14 comments
Closed

Could not find com.github.chrisbanes:PhotoView:1.3.1 #207

JkMulti opened this issue Dec 18, 2024 · 14 comments

Comments

@JkMulti
Copy link

JkMulti commented Dec 18, 2024

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform PhotoView-1.3.1.aar (com.github.chrisbanes:PhotoView:1.3.1) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not find PhotoView-1.3.1.aar (com.github.chrisbanes:PhotoView:1.3.1).
Searched in the following locations:
https://jitpack.io/com/github/chrisbanes/PhotoView/1.3.1/PhotoView-1.3.1.aar
https://jitpack.io/com/github/chrisbanes/PhotoView/1.3.1/PhotoView-1.3.1.jar

@Donnnno
Copy link
Contributor

Donnnno commented Dec 18, 2024

I've fixed this in candybar-foss yesterday, and planning on making a PR here too!
Donnnno/candybar-foss@709b4aa
Donnnno/candybar-foss@1ce0a89

@JkMulti
Copy link
Author

JkMulti commented Dec 19, 2024

I am still getting error. Do I need to update anything??

@Donnnno
Copy link
Contributor

Donnnno commented Dec 19, 2024

Gotta wait now till the next version of candybar gets released

@JkMulti
Copy link
Author

JkMulti commented Dec 19, 2024 via email

@sarsamurmu
Copy link
Collaborator

I am trying to update soon, but there's some problems occurring in my android studio. I will as soon as I get my android studio working.

@ladle3000
Copy link

Any idea when this will be up? This was my first attempt at making an apk for a few custom folder icons I want to install as an apk. I hit these same errors, and thought it was due to my noobness.

Started working it out with gpt 4o which almost got me there:

Screenshot_20241221-073649.png

Screenshot_20241221-073702.png

But it turned into a rabbit hole whack a mole situation and I jumped ship.

Long story short, the edge gestures extension I'm using doesn't allow custom icons from gallery, so I need to install as an icon pack. Making my own pack is something I've been wanting to do anyway.

Is it normally pretty straight forward when these issues aren't present?

@Donnnno
Copy link
Contributor

Donnnno commented Dec 21, 2024

@ladle3000 please have some patience,
it's already implemented in #208

You can use the snapshot version of candybar as a dependency meanwhile:

	dependencies {
	        implementation 'com.github.zixpo:candybar:-SNAPSHOT'
	}

@ladle3000
Copy link

@ladle3000 please have some patience,
it's already implemented in #208

You can use the snapshot version of candybar as a dependency meanwhile:

	dependencies {
	        implementation 'com.github.zixpo:candybar:-SNAPSHOT'
	}

I used your foss version

@MiepHD
Copy link
Contributor

MiepHD commented Dec 24, 2024

@ladle3000 please have some patience,
it's already implemented in #208

You can use the snapshot version of candybar as a dependency meanwhile:

	dependencies {
	        implementation 'com.github.zixpo:candybar:-SNAPSHOT'
	}

Using -SNAPSHOT didn't work for me. It said this could not be found.

@Donnnno
Copy link
Contributor

Donnnno commented Dec 24, 2024

@MiepHD please try with 3.21.0 it's the latest version!
It released yesterday

@MiepHD
Copy link
Contributor

MiepHD commented Dec 24, 2024

Thanks. That'll work

@ladle3000
Copy link

I've fixed this in candybar-foss yesterday, and planning on making a PR here too! Donnnno/candybar-foss@709b4aa Donnnno/candybar-foss@1ce0a89

What is the difference between this zixpo project and your own version candybar-foss?

@Donnnno
Copy link
Contributor

Donnnno commented Dec 30, 2024

@ladle3000 the FOSS version is compatible with the F-Droid store, removing all the non-open source stuff, like: license checker, billing and other google play stuff.

@ladle3000
Copy link

@ladle3000 the FOSS version is compatible with the F-Droid store, removing all the non-open source stuff, like: license checker, billing and other google play stuff.

Ah. Thanks for the clarification.

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

5 participants