show your manifest code.
or
if you are using the latest B4A IDE, clear everything in your manifest and save it. It will rewrite the manifest for you.
Note: if you have added extra codes to the manifest, make sure you note them down before you do that
Thank you for your response.
My manifest code is
"'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information:
https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="29" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
My B4A version is 10.70.
Please advise.