Android Question about make apk

evan_2026

Member
I don't know how to generate an APK file, every time I compile it generates an AAB.
First, there is an error: java.lang.IllegalArgumentException: key algorithm not compatible with signature algorithm
then I add this sentence: #SignKeyAlgorithm: -digestalg SHA-256 -sigalg SHA256withRSA
now It's ok ,but the output file is only aab .
The version is 13.5
 

Ralph Parkhurst

Member
Licensed User
Longtime User
Instead of building an app bundle (which generates an AAB), you could try Run (F5) in Release or Release (obfuscated) mode. The apk appears in the Objects folder.
 
Upvote 0
Top