UE5 Android Packaging Error

Hi… I am trying to package the default first-person project to android.
I am having these errors

LogPlayLevel: Error: WARNING: Failed retrieving UFS Manifest: adb: error: failed to stat remote object ‘/storage/self/primary/UnrealGame/MyProject/Manifest_UFSFiles_Android.txt’: No such file or directory
LogPlayLevel: Error: ERROR: Installation of apk ‘C:\Users\Piash\Desktop\Shanta_Aura\Unreal\MyProject\Binaries\Android\MyProject-Android-Shipping-arm64.apk’ failed: [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
LogUObjectGlobals: Warning: Failed to find object ‘Class None.Physics’

Is there anyone who can guide me to solve it please …

Tengo el mismo problema y no lo he podido resolver. ¿Alguien que sepa como hacerlo?. Saludos.

This Error came up because I tried to Deploy my game to an Android Device through USB,
I use Firebase so what fixed my problem on the “UFS Manifest: adb: error” was to change the Android Package Name under APK Packaging in Android-Project Settings to match the name of your console.firebase apps Package Name(you find it when you download your google-services.json on the Firebase console website).

This is a unique Error so do not expect to work for everybody, if you use Firebase it might be the solution.