android-testing
android-testing copied to clipboard
Android Testing Codelab
Gradle scripts were migrated to ".gradle.kts", version catalogs were added, libraries dependencies were updated.
**Describe the problem** The code from "starter_code" branch is not building in Android Studio, Flamingo. **In which lesson and step of the codelab can this issue be found?** 5.1(Test Basics),...
I had trouble running the app on my end so I made a few adjustments to `./build.gradle`. I got to run it with Gradle JDK 11, `Amazon Corretto 11.0.21`.
Hi, I was trying to run this codelab in AndroidStudio, Flamingo. When I search the reason, I found that the reason is 'version error'. So I upgraded the version required....
**Describe the problem** The app won't compile with Android Studio 4.2.1 **In which lesson and step of the codelab can this issue be found?** This numbering is so confusing! Advanced...
I am using Android studio Giraffe 2023.3.1 Emulator is Pixel_3a_API_34_extension_level_7_x86_64 Instrumented testcase is getting cancelled everytime, I thought it was issue in my code but after downloading and running test...
**Describe the problem** Test code provided will not run in step 9 **In which lesson and step of the codelab can this issue be found?** 5.1 step 9 **How to...
**Describe the problem** The default branch 'starter-code' is missing files that are expected when going through [this codelab](https://developer.android.com/codelabs/advanced-android-kotlin-training-testing-test-doubles#6) **In which lesson and step of the codelab can this issue be...
Mc25