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

Unable to run Firecarsher on a new computer - Failed to Resolve error #22

Open
rshings80 opened this issue Apr 15, 2024 · 0 comments
Open

Comments

@rshings80
Copy link

Dear developers,

I am having a hard time running Firecrasher due to errors. Please pardon this basic question.

I am trying to resurrect a old Android project that uses the Osama Raddad Firecrasher library. While the code is working on an old computer, I am unable to get it to compile on my new computer.

I have followed all possible instructions to link it via Jitpack in my root build.gradle file and add the dependency in my app build.gradle file.

I keep getting the error - "Failed to resolve 'com.github.osama-raddad:FireCrasher:2.0.1'"

A snippet of the root build.gradle:
"
buildscript {
repositories {
maven {
url 'https://maven.google.com/'
}
jcenter()
maven { url 'https://maven.fabric.io/public' }
maven {
url "https://jitpack.io/"
}
mavenCentral()
}
...
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
"
A snippet of the app build.gradle:
"
...
dependencies {
compile 'com.github.osama-raddad:FireCrasher:2.0.1'
...
"

This has been very frustrating as I have been trying for several days. Would you please be able to help with this.

Android studio version: 2.3.2
Gradle version: 3-3
Gradle-wrapper-properties: distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip

Please me know if I can provide any information.

Thanks so much for your help and please pardon the basic question.

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

1 participant