Hi all, this is my first post here...
I just tried to create my first app bundle, it worked successfully, but importing it in Google Play Console always results in a fail, displaying this error message : File 'BundleConfig.pb' was not found.
Does anyone have an idea where it could come from? I have no idea...
I have the latest JDK installed on Windows 10, I tried both (looking like) lines:
keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.keystore -storepass yourpassword -validity 365000 -keysize 2048
keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.jks -storepass yourpassword -validity 365000 -keysize 2048
... but none made the job at the end on Google Play Console.
Thanks for your help.