Can build APK, but not AAB

Please run expo diagnostics and paste the log that’s printed out along with your question or issue!

 Expo CLI 4.11.0 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 14.17.1 - D:\NPM\node.EXE
      npm: 7.20.3 - D:\NPM\npm.CMD
    npmPackages:
      expo: ~42.0.1 => 42.0.3
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz => 0.63.2
      react-native-web: ~0.13.12 => 0.13.18
    Expo Workflow: managed

[stderr]

FAILURE: Build failed with an exception.

122[stderr]

* What went wrong:

123[stderr]

Execution failed for task ':app:signReleaseBundle'.

124[stderr]

> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

125[stderr]

   > Failed to sign using signer "DEAPERSO"

126[stderr]

* Try:

127[stderr]

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

128[stderr]

* Get more help at https://help.gradle.org

129[stderr]

BUILD FAILED in 3m 25s

My keystore alias is “deapersonal”, i already checked keystore info with expo fetch:android:keystore and i checked keystore password with keytool, alias same in expo fetch and keytool list. IMPORTANT! apk build finished succsesfully, it happens only with aab build.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.