Chris..
Posts: 9
Joined: Sun Oct 18, 2020 10:33 am

'android.useAndroidX' property is not enabled

I'm getting this build error when building an APK:

Code: Select all

Execution failed for task ':app:mergeDebugResources'.
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.versionedparcelable:versionedparcelable:1.0.0, androidx.slidingpanelayout:slidingpanelayout:1.0.0, androidx.fragment:fragment:1.0.0, androidx.core:core:1.0.0, androidx.customview:customview:1.0.0, androidx.swiperefreshlayout:swiperefreshlayout:1.0.0, androidx.interpolator:interpolator:1.0.0, androidx.loader:loader:1.0.0, androidx.drawerlayout:drawerlayout:1.0.0, androidx.viewpager:viewpager:1.0.0, androidx.collection:collection:1.0.0, androidx.localbroadcastmanager:localbroadcastmanager:1.0.0, androidx.lifecycle:lifecycle-common:2.0.0, androidx.arch.core:core-common:2.0.0, androidx.annotation:annotation:1.0.0, androidx.lifecycle:lifecycle-livedata:2.0.0, androidx.legacy:legacy-support-core-ui:1.0.0, androidx.lifecycle:lifecycle-viewmodel:2.0.0, androidx.lifecycle:lifecycle-livedata-core:2.0.0, androidx.legacy:legacy-support-v4:1.0.0, androidx.media:media:1.0.0, androidx.arch.core:core-runtime:2.0.0, androidx.legacy:legacy-support-core-utils:1.0.0, androidx.documentfile:documentfile:1.0.0, androidx.cursoradapter:cursoradapter:1.0.0, androidx.lifecycle:lifecycle-runtime:2.0.0, androidx.coordinatorlayout:coordinatorlayout:1.0.0, androidx.asynclayoutinflater:asynclayoutinflater:1.0.0, androidx.print:print:1.0.0

The project is called 'Ysgol Llanfyllin' and is shared with support.

Thanks!

Chris

Chris..
Posts: 9
Joined: Sun Oct 18, 2020 10:33 am

Re: 'android.useAndroidX' property is not enabled

This turned out to be due to the Cordova SocialSharing plugin (https://github.com/EddyVerbruggen/Socia ... Gap-Plugin), which causes build errors in Android, but not iOS.

Chris..
Posts: 9
Joined: Sun Oct 18, 2020 10:33 am

Re: 'android.useAndroidX' property is not enabled

Update for anyone having the same issue: I installed these two Cordova plugins alongside social sharing:

cordova-plugin-androidx
cordova-plugin-androidx-adapter

..as outlined here: https://stackoverflow.com/questions/566 ... x-in-ionic

It works for me.

Thomasmup
Posts: 3
Joined: Sat Oct 31, 2020 8:41 am
Location: Tunisia
Contact: Website Skype

-

Weve not been able to reproduce this on iOS7 -- the input is working just fine.

What iOS device are you using iPad, iPhone, etc?

Chris..
Posts: 9
Joined: Sun Oct 18, 2020 10:33 am

Re: 'android.useAndroidX' property is not enabled

This is no longer an issue and related to an earlier resource library.

Return to “Issues”