Status Update
Comments
mi...@google.com <mi...@google.com>
sp...@google.com <sp...@google.com> #2
mi...@google.com <mi...@google.com>
sp...@google.com <sp...@google.com> #3
an...@google.com <an...@google.com> #4
I don't see that it would let one directly set the image bitmap, though.
mh...@gmail.com <mh...@gmail.com> #5
re...@siriusxm.com <re...@siriusxm.com> #6
an...@google.com <an...@google.com> #8
The fixes for this issue are now also available in:
- Android Studio Koala Feature Drop | 2024.1.2 RC 1
- Android Gradle Plugin 8.6.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
ng...@bitso.com <ng...@bitso.com> #9
I still experience this issue while using Android Studio Koala Feature Drop | 2024.1.2 Patch 1 and Android Gradle Plugin 8.6.1
according to
Edit:
I also tried Android Studio Ladybug | 2024.2.1 RC 1 and Android Gradle plugin 8.7.0-rc01 and no luck. Within a module, a text fixture inside the testFixture
source set marked as internal shows an error in the same module's unit tests, however, tests do compile and run successfully from both the IDE and the command line.
sp...@google.com <sp...@google.com> #10
Re: #9, that sounds like
ng...@bitso.com <ng...@bitso.com> #11
#10 yes! exactly!
mi...@google.com <mi...@google.com> #12
internal
methods from the main
module are showing as unresolved within the testFixtures
module. This has been fixed. For the issue you described in
Description
Forked from b/139438142#comment84
To repro:
LibTestFixtureFoo.kt
and see incorrect error messageBuilding from the command line works fine (e.g.,
./gradlew :mylibrary:compileDebugTestFixturesKotlin
)