79092543

Date: 2024-10-16 05:15:46
Score: 1
Natty:
Report link

This Error is due to missing line in your android/gradle.properties

Steps Go to your android/gradle.properties and check for this line

 **1.(android.useAndroidX=true)**
 **2.(android.enableJetifier=true)**

if one of these lines are missing just add those to your android/gradle.properties

And it should resolve the problem.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nikhil Kurle