WIP: android: Initial refactor to Gradle 8.13.1 (with up-to-date dependencies) #3117

Closed
DraVee wants to merge 2 commits from (deleted):refactor/android_build into master
Member
No description provided.
DraVee self-assigned this 2025-11-29 07:12:03 +01:00
DraVee force-pushed refactor/android_build from 8385376fec
Some checks reported errors
eden-license / license-header (pull_request) Successful in 46s
GitHub Actions [CI] Build cancelled
to a05d158a5b
Some checks failed
eden-license / license-header (pull_request) Successful in 45s
GitHub Actions [CI] Build failed
2025-11-29 07:25:18 +01:00
Compare
Owner

DO NOT DO THIS

DO NOT DO THIS
@ -0,0 +19,4 @@
// Do not index .cache/cpm on Android Studio
idea {
module {
excludeDirs.add(file("$rootDir/.cache/cpm"))
Author
Member

@crueter from all the changes, I only want this one, but I got carried away and that's what happened.

@crueter from all the changes, I only want this one, but I got carried away and that's what happened.
Owner

We don't want this either. If you don't index it, Android Studio won't consider symbols from dependencies at all, which will cause all sorts of symbol resolution failures and also result in being unable to find these files in the Find File dialog. This makes our lives harder for very little benefit (trust me, CPM cache is way easier to index than the source tree)

We don't want this either. If you don't index it, Android Studio won't consider symbols from dependencies at all, which will cause all sorts of symbol resolution failures and also result in being unable to find these files in the Find File dialog. This makes our lives harder for very little benefit (trust me, CPM cache is way easier to index than the source tree)
Author
Member

Well then idk what to do then, I waited almost 1h to index and it didn't completed.
I followed the docs to the last sentence

Well then idk what to do then, I waited almost 1h to index and it didn't completed. I followed the docs to the last sentence
Owner

I just tested on an i5-2540M with a 7200RPM HDD and it indexed in ~6 minutes clean, so I'm not sure what radioactive system you have to cause that. Try clearing all AStudio caches, and if that doesn't work, VSCodium with JetBrains' Kotlin plugin + the Gradle and CMake plugins should work fine

I just tested on an i5-2540M with a 7200RPM HDD and it indexed in ~6 minutes clean, so I'm not sure what radioactive system you have to cause that. Try clearing all AStudio caches, and if that doesn't work, VSCodium with JetBrains' Kotlin plugin + the Gradle and CMake plugins should work fine
DraVee closed this pull request 2025-11-29 08:00:32 +01:00
Some checks failed
eden-license / license-header (pull_request) Successful in 45s
Required
Details
GitHub Actions [CI] Build failed

Pull request closed

Sign in to join this conversation.
No description provided.