You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codelab specifies that I should add the plugin only in the build.gradle of the module: app. However, in my case, it only worked when I added it to both module: app and module: project.
Using Android Studio Ladybug, adding the plugin only to the module: app results in the following error:
Steps to Reproduce
Follow the steps in the codelab up to step 8.
Observe the error in Logcat and the app crashing during initialization.
Versions
_Android Studio version: Android Studio Ladybug
_API version of the emulator: API 34
Additional information Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered:
URL of codelab:
https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1&hl=pt-br#7
Specify the language of the codelab if it is not English:
Português do Brasil
In which task and step of the codelab can this issue be found?
https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1&hl=pt-br#7
Describe the Problem
The codelab specifies that I should add the plugin only in the
build.gradle
of themodule: app
. However, in my case, it only worked when I added it to bothmodule: app
andmodule: project
.Using Android Studio Ladybug, adding the plugin only to the
module: app
results in the following error:Steps to Reproduce
Versions
_Android Studio version: Android Studio Ladybug
_API version of the emulator: API 34
Additional information
Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered: