Vivek Modi
04/04/2025, 9:41 PMZoltan Demant
04/08/2025, 9:04 AMNon-Android source sets detected in 'abc'
Gradle source sets ignored: jvmMain, jvmTest.
I get this warning for most of the modules in my project. Everything runs just fine, but it doesnt feel right with IDE basically screaming at me all the time. Does anyone know what causes it?Lan s
04/11/2025, 1:56 AMMeet
04/21/2025, 5:27 AMZoltan Demant
04/22/2025, 1:58 PMThierry Kh
04/25/2025, 3:06 PMZoltan Demant
05/05/2025, 1:08 PMError running 'app'
getGradleProjectPath(Module: '<http://Progression.app|Progression.app>') == null
Does anyone know what causes this and how I can fix it? Sometimes I can run my app, other times I cant unless I reboot (or cry enough in a corner). Ive tried invalidating pretty much every cache I can think of; it does not seem to help.Timz Owen
05/07/2025, 8:05 PMMark
05/17/2025, 7:36 AMMark
05/18/2025, 9:18 AMcomposeResources
folder under commonMain
but it doesnāt show up in the Android project pane? Is that a known issue? Also, Find Usages
does not work for strings in that folder. Android Studio Meerkat Feature Drop | 2024.3.2ursus
05/24/2025, 10:03 PMlistOf
is not available and instead im getting all this androidx.collections spam. WHYsvenjacobs
05/27/2025, 10:22 AMlib
app
Both are Gradle projects. lib
is a KMP library with a Gradle module named library
and app
is a regular Android app. In settings.gradle.kts
of app
I include lib
and make use of dependency substitution.
includeBuild("../lib") {
dependencySubstitution {
substitute(module("my.example.library:library")).using(project(":library"))
}
}
This works from the terminal but unfortunately when opening app
in Android Studio I get the following error in the Sync window and the project cannot be loaded/synced
Expected android module not found! /Users/sven/Developer/Workspace/kmp-substitution/app::library
I can reproduce it with Android Studio Meerkat Feature Drop | 2024.3.2 (AGP 8.10.0
) as well as Android Studio Narwhal Feature Drop | 2025.1.2 Canary 2 (AGP 8.12.0-alpha02
). Gradle version is 8.14.1
. Kotlin 2.1.21
. An example project that reproduces this can be found here.
Has anyone seen this error before and found a solution? If not, where would I best report this bug? I'm not sure if this bug is related to Android Studio, Gradle or maybe KMP?Rok Oblak
05/29/2025, 4:51 AMAndroid Studio Meerkat | 2024.3.1 Patch 2
I randomly lose all context of a type, all over the codebase. And this even happens in two separate projects I have tried.Shabinder Singh
05/31/2025, 11:44 PMRichard
06/02/2025, 6:21 AMShubham Singh
06/04/2025, 7:13 PMscreenshotTest
module, it says Kotlin not configured
and does not even show the preview as well saying the error message shown in the second image below).
Has anyone faced and resolved this before?czuckie
06/09/2025, 12:21 PMif (myEnumType ==
CTRL+Shift+Space it'd show you enum values that myEnumType
could be? I consistently just get 'No suggestions' when I try this. Is this just me?Vlado Å ÄeÅ”ÅĆ”k
06/12/2025, 1:07 PMMark
06/17/2025, 1:03 PM_<http://root_ide_package_.com|root_ide_package_.com>.foo
. This seems to happen with both android and KMP library modules. Anyone else seeing this? How to avoid?John O'Reilly
06/18/2025, 8:50 AMZoltan Demant
06/23/2025, 9:47 AMZoltan Demant
06/24/2025, 9:31 AMMuxtorjon Ismoilov
4 days ago
Why isn't this plugin working in the Android Studio Narwhal 5?
Mark
06/30/2025, 6:24 AMalbrechtroehm
06/30/2025, 8:50 AMalexhelder
07/01/2025, 12:05 AMprintln("hello")
and press enter, there is no outputjQrgen
07/01/2025, 8:26 AMTapan Desai
07/06/2025, 5:13 AMursus
07/10/2025, 8:11 PMNikhil Parab
07/11/2025, 7:21 AMursus
07/12/2025, 12:41 PMCompact middle packages
option that has been there for 20 years? I literally cannot find it
UX at it's finest