79533072

Date: 2025-03-25 08:40:15
Score: 1
Natty:
Report link

I faced this problem and changed android/app/src/main/AndroidManifest.xml file.

<application
    android:label="Your Custom lable"
    android:name="${applicationName}"
    android:icon="@mipmap/ic_launcher">
 I changed key "label" 's value so it is fixed successfully.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank James