firebase / codelab-friendlychat-android

Firebase FriendlyChat codelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidX needs to be enabled

CasualCoder opened this issue · comments

Environment:
Android Studio 4.01 on Windows 10

Issue:
During build, I get the error:
This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.
The following AndroidX dependencies are detected: androidx.slidingpanelayout:slidingpanelayout:1.0.0, androidx.versionedparcelable:versionedparcelable:1.1.0, androidx.fragment:fragment:1.1.0, androidx.appcompat:appcompat:1.2.0, androidx.core:core:1.3.0, androidx.annotation:annotation-experimental:1.0.0, androidx.customview:customview:1.0.0, androidx.swiperefreshlayout:swiperefreshlayout:1.0.0, androidx.exifinterface:exifinterface:1.0.0, com.google.android.material:material:1.2.0, androidx.interpolator:interpolator:1.0.0, androidx.loader:loader:1.0.0, androidx.viewpager2:viewpager2:1.0.0, androidx.activity:activity:1.0.0, androidx.drawerlayout:drawerlayout:1.0.0, androidx.collection:collection:1.1.0, androidx.viewpager:viewpager:1.0.0, androidx.cardview:cardview:1.0.0, androidx.localbroadcastmanager:localbroadcastmanager:1.0.0, androidx.arch.core:core-common:2.1.0, androidx.savedstate:savedstate:1.0.0, androidx.annotation:annotation:1.1.0, androidx.appcompat:appcompat-resources:1.2.0, androidx.lifecycle:lifecycle-common:2.1.0, androidx.lifecycle:lifecycle-livedata:2.0.0, androidx.legacy:legacy-support-core-ui:1.0.0, androidx.lifecycle:lifecycle-viewmodel:2.1.0, androidx.lifecycle:lifecycle-livedata-core:2.0.0, androidx.arch.core:core-runtime:2.0.0, androidx.legacy:legacy-support-v4:1.0.0, androidx.media:media:1.1.0, androidx.legacy:legacy-support-core-utils:1.0.0, androidx.documentfile:documentfile:1.0.0, androidx.recyclerview:recyclerview:1.1.0, androidx.cursoradapter:cursoradapter:1.0.0, androidx.vectordrawable:vectordrawable-animated:1.1.0, androidx.lifecycle:lifecycle-runtime:2.1.0, androidx.coordinatorlayout:coordinatorlayout:1.1.0, androidx.vectordrawable:vectordrawable:1.1.0, androidx.asynclayoutinflater:asynclayoutinflater:1.0.0, androidx.transition:transition:1.2.0, androidx.print:print:1.0.0

Resolution:
Adding android.useAndroidX=true in gradle.properties file fixes the issue.

Are there any solutions in order to avoid editing gradle.properties file directly? thanks

Fixed by #119