Hello everyone, I figured out how to publish apps on Google Play without error.
I hope this can help someone.
First install easy apk tool v1.60 on your computer.
Download your apk and put the file in the field "File / Folder" using the browse button.
1.Click the decompile button and wait for the app to decompile.
2.Click on "decompiled apk directory"
You will be redirected in the decompiled apk folder.
1.Click on your apk folder

2.Click on "apktool.yml",
and change
"targetsdkversion" from 30 to 31.
then, open "AndroidManifest.xml"
and add "android:exported="true" after all <activity, <broadcast, or <receiver
dont add android:exported to <action, or </activity.
Then recompile the app.

And you should see that when you select your compiled apk :

Then test the apk on a phone.
If the app has worked without error on your phone, convert apk to aab (you can do it on a mobile app such as APK to AAB Converter)
Finally, sign your app.