Build the Starter App | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/8080493-beginning-android-layouts/lessons/2

when I open file for app and press run (build)
I get an error

  • ERROR: This project uses AndroidX dependencies, but the ‘android.useAndroidX’ property is not enabled

thank I google for it …
and I add the
android.useAndroidX=true
android.enableJetifier=true
in the last of gradle.properties FILE
and it’s work ….

@kmm3151 Thank you for sharing your solution - much appreciated!