Closed igorzeck closed 1 year ago
Hello! Thank you for your feedback. This codelab is out of date and no longer maintained. Instead, please refer to the Android Basics with Compose course for the latest recommended practices. If you are looking for content on Views, you can check out the Android Basics in Kotlin course.
The tutorial says to put in activity_main.xml the following: android:background="@color/colorPrimary" when the correct would most certainly be: android:background="?attr/colorPrimary"
01.3 + 3
Using the most recent version of Android Studio released for Windows as of today (27/03/23)
It's not abug per say, I just don't know where to report this error. Might also be that the tutorial uses an older version.
codelab: android-fundamentals