You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a build error when trying to resolve the dependency in.gauriinfotech:commons:1.0.8. The build system cannot locate this artifact, causing the project build to fail.
Error Message
arduino
Copy code
Could not find in.gauriinfotech:commons:1.0.8.
Required by:
project :app
Steps to Reproduce
Add the following line to the dependencies block in app/build.gradle:
gradle
Copy code
implementation 'in.gauriinfotech:commons:1.0.8'
Sync Gradle or build the project.
The build fails with the above error.
Environment Details
Android Studio Version: Android Studio Koala | 2024.1.1
Build #AI-241.15989.150.2411.11948838, built on June 11, 2024
Runtime version: 17.0.10+0-17.0.10b1087.21-11609105 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
OS: Linux 6.8.0-51-generic
Desktop: Ubuntu GNOME
Gradle Version: 7.0.1
JDK Version: Java 8 (sourceCompatibility JavaVersion.VERSION_1_8, targetCompatibility JavaVersion.VERSION_1_8)
Plugins Installed:
Dart: 241.18808
Flutter: 82.1.2
JSON to Kotlin: 3.7.5
Troubleshooting Steps Tried
Verified the implementation statement in build.gradle for correctness.
Searched for the dependency on popular repositories (e.g., Maven Central, JitPack, etc.) but could not find it.
Cleaned and rebuilt the project using:
bash
Copy code
./gradlew clean build
Verified repository settings in the repositories block.
Build Configuration
Root build.gradle:
gradle
Copy code
buildscript {
repositories {
google()
mavenCentral()
jcenter() // Deprecated but still listed for legacy support
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
}
}
The text was updated successfully, but these errors were encountered:
Issue Summary
I am encountering a build error when trying to resolve the dependency in.gauriinfotech:commons:1.0.8. The build system cannot locate this artifact, causing the project build to fail.
Error Message
arduino
Copy code
Could not find in.gauriinfotech:commons:1.0.8.
Required by:
project :app
Steps to Reproduce
Add the following line to the dependencies block in app/build.gradle:
gradle
Copy code
implementation 'in.gauriinfotech:commons:1.0.8'
Sync Gradle or build the project.
The build fails with the above error.
Environment Details
Android Studio Version: Android Studio Koala | 2024.1.1
Build #AI-241.15989.150.2411.11948838, built on June 11, 2024
Runtime version: 17.0.10+0-17.0.10b1087.21-11609105 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
OS: Linux 6.8.0-51-generic
Desktop: Ubuntu GNOME
Gradle Version: 7.0.1
JDK Version: Java 8 (sourceCompatibility JavaVersion.VERSION_1_8, targetCompatibility JavaVersion.VERSION_1_8)
Plugins Installed:
Dart: 241.18808
Flutter: 82.1.2
JSON to Kotlin: 3.7.5
Troubleshooting Steps Tried
Verified the implementation statement in build.gradle for correctness.
Searched for the dependency on popular repositories (e.g., Maven Central, JitPack, etc.) but could not find it.
Cleaned and rebuilt the project using:
bash
Copy code
./gradlew clean build
Verified repository settings in the repositories block.
Build Configuration
Root build.gradle:
gradle
Copy code
buildscript {
repositories {
google()
mavenCentral()
jcenter() // Deprecated but still listed for legacy support
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
}
}
The text was updated successfully, but these errors were encountered: