Made a new release (B4A 7.80) from the code of another app (B4A old version).
Compiled ok. Not accepted by G Play, because... The APK or Android App Bundle package must have the name ---old production release---
Manually editing AndroidManifest.xml with no result:
<?xml version="1.0" encoding="UTF-8"?>
-<manifest android:installLocation="internalOnly" android:versionName="ERLA_AN" android:versionCode="8" package="re.revive.eloisa" xmlns:android="
http://schemas.android.com/apk/res/android">
According to G Play, package would be: erla.eloisa
???Thank you