I've been following the instructions in the tutorials and what I can find on the internet, but try as I might, every time I go to export this app bundle (or really any of the signed options), the process fails. It tells me to check the log to see what needs fixed, and the only thing in the log is "Error" which is suuuuper helpful.
My process is the following:
- I go to file, export, Android (Cordova).
- I click OK when it tells me about the issue with project version.
- Minimum Version is set to 5.1+ (Lollipop). It's not an incredibly intensive game by any stretch, so it should run on anything.
- Android build I have tried legit every one of the signed builds. Unsigned all work fine, but I can't upload into Google unsigned. I need a Signed Android App Bundle, specifically, so I choose that.
- URL Whitelist I don't edit.
- Android version remains on 1000000 or however many zeroes are on the end of that.
- I have the hide status bar, require vibrate permission, and require external storage write permissions selected.
- I upload my keystore.jks file that was generated for me from Construct 3.
- Key Alias is set
- Keystore Password was the one I assigned to the keystore attached.
- I've tried with and without the optional Key Password.
I click Next, and it does the internal Construct stuff, and sends the build off. Every time, the error returns is the following:
Any help that you can provide would be greatly appreciated.
-P