Hello,
Why doesn’t Android Studio recognize androidRelease source sets?
a
Arsildo Murati
07/09/2024, 4:59 PM
are you targeting this in your gradle file?
👀 1
j
jw
07/09/2024, 5:02 PM
Only one variant can be active in the IDE at a time. Go to View > Tool Windows > Build Variants and change the active variant to "release" and you will see that source folder become active and the debug one become inactive.
❤️ 1
u
てべすてん- TBSten -
07/09/2024, 5:49 PM
oh, I guess I was a beginner in android 😅
Thanks for letting me know!
m
Michael Krussel
07/09/2024, 7:06 PM
Since variant support was added, the only supporting one has caused problems with refactoring in Android Studio. I believe it is still problematic.
You would think this could be resolved since it can handle multiple source sets with KMP.