Expo app signed error, i cant push new version.

Hello, I’ve installed the app to google play store. However, when I wanted to open a new version again, I got an application signing error.

I’ve increased the Version code once.
But it didn’t work. Application signing error has exhausted me.

Please help me. I’ve tried many times.

Expo CLI 3.8.0 environment info:
System:
OS: Windows 10
Binaries:
npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5900203

here is my app.json

{
“expo”: {
“name”: “",
“slug”: "
",
“privacy”: “public”,
“sdkVersion”: “35.0.0”,
“platforms”: [
“ios”,
“android”,
“web”
],
“version”: “1.0.1”,
“orientation”: “portrait”,
“icon”: “./assets/images/icon.png”,
“splash”: {
“image”: “./assets/images/splash.png”,
“resizeMode”: “contain”,
“backgroundColor”: “#ffffff
},
“notification”: {
“icon”: “./assets/images/icon.png”
},
“updates”: {
“fallbackToCacheTimeout”: 0
},
“assetBundlePatterns”: [
"**/

],
“android”: {
“googleServicesFile”: “./google-services.json”,
“package”: “com..”,
“versionCode”: 7
},
“description”: “”
}
}

then i have this error from build;

28 actionable tasks: 28 executed

[stderr]

FAILURE: Build failed with an exception.

[stderr]

* What went wrong:

[stderr]

Execution failed for task ':app:packageRelease'.

[stderr]

> com.android.ide.common.signing.KeytoolException: Failed to read key upload from store "/tmp/turtle/keystore-67ddedac-fabf-472c-9f6f-d589da20a0b6.jks": Invalid keystore format

[stderr]

* Try:

[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.

[stderr]

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

[stderr]

BUILD FAILED in 4m 51s
Error: ./gradlew exited with non-zero code: 1
    at ChildProcess.completionListener (/app/turtle/node_modules/@expo/xdl/node_modules/@expo/spawn-async/build/spawnAsync.js:52:23)
    at Object.onceWrapper (events.js:317:30)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:915:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
    ...
    at spawnAsync (/app/turtle/node_modules/@expo/xdl/node_modules/@expo/spawn-async/build/spawnAsync.js:17:21)
    at spawnAsyncThrowError (/app/turtle/node_modules/@expo/xdl/build/detach/ExponentTools.js:235:45)
    at buildShellAppAsync (/app/turtle/node_modules/@expo/xdl/build/detach/AndroidShellApp.js:881:11)
    at <anonymous>

Hi

I’m not entirely sure, but maybe check the format of your keystore:

How do I check the format.

As per the post:

keytool -list -keystore [keystore_name]

I’ve been trying for a month. Please help me.

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