A new Android Studio project – “Plugin [id: ‘com.android.application’] was not found in any of the following sources:”
Normally, there would be a list of sources below the error message, but there’s empty on my log.
gradle error Could not resolve all artifacts for configuration ‘:classpath’
Android studio: Koala Feature Drop | 2024.1.2
JDK: 17.0.11
gradle version; 8.7
gradle plugin version: 8.5.2
these are my settings
i dont know what wrong with android studio. it can’t even sync and build its own new projects. such a shame.
stack overflow people please someone help me. I chacked all compatibility matrixes and tested a ton of versions to make it but nothing was helpful.
How to automatically reformat gradle project module dependicies from xxxxxx(“:one:two:three”) to xxxxxx(projects.one.two.three)
Our organisations large multi module android project has recently been migrated to employ version catalogue, build-logic and convention plugins.
Calculate md5 and rename output apk with gradle
I’m developing android app in android studio. My goal is to rename the apk automatically into the next format:
versionName (but replacing ‘.’ with ‘_’) + ‘_’ + md5Hash + .apk. My code for calculating md5hash works, I’m having a problem running the gradle task at the end of everything.
Run Gradle Code Automatically When Android Plugin Detected
tldr: I want some task configuration to run automatically whenever the Android Gradle Plugin is used. How?
Making use of gradle stacktrace or otherwise inspecting external source code referenced by it
TLDR: How do I find the source files mentioned in a gradlew someTask –stacktrace? Details: I’m trying to build a javadoc for an Android library I made using gradle. I see no official documentation on how to do this, but there are some very dated examples here on SO. I tried the popular answers, but […]
Why am I having this error with Gradle plugin?
I have been trying to resolve this issue for several days now I have tried nearly every solution including the instructions on the android site:
I keep having this error:
This is what my plugins look like in my settings.gradle file:
Why am I having this error with the cradle plugin?
I have been trying to resolve this issue for several days now I have tried nearly every solution including the instructions on the android site:
I keep having this error:
This is what my plugins look like in my settings.gradle file:
Plugin error in settings.gradle file, what am i doing wrong?
I have been trying to solve this issue for some days now and have tried reinstalling android studio, and visual studio code too, but the error persist, i have also followed instructions on the android site too.