if you have any problem, contact us on facebook page Code Prof

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

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

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.

How to Fix 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.

  1. Go to File then Build Settings and choose Player Settings .
  2. Press Custom Gradle Properties Template option .
  3. Copy this code to gradle Template.properties file
    android.useAndroidX=true
    android.enableJetifier=true
  4. Save Changes .
  5. Build Game .