Your build is errored.

I’m getting an error in the build, but I can’t identify the reason why we don’t have logs.

expo build:android

Your build is errored.
No logs exist for this build yet. Once a build has logs they will appear here.

Build ID: Build Details — 31b8e8af-2a80-4e58-b20b-98820ea346f3 — Veriza — Expo

This is an application that was in another expo account, I’m changing accounts.

app.json:

{
  "expo": {
    "name": "Veriza",
    "slug": "veriza",
    "privacy": "public",
    "platforms": [
      "ios",
      "android",
      "web"
    ],
    "version": "1.0.15",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "splash": {
      "backgroundColor": "#135434"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true
    },
    "android": {
      "package": "br.com.veriza.app",
      "useNextNotificationsApi": true,
      "versionCode": 22,
      "googleServicesFile": "./google-services.json"
    },
    "facebookAppId": "MY_ID",
    "facebookDisplayName": "Veriza",
    "web": {
      "config": {
        "firebase": {
          "apiKey": "MY_ID",
          "measurementId": "MY_ID"
        }
      }
    },
    "androidStatusBar": {
      "backgroundColor": "#135434",
      "translucent": false
    },
    "packagerOpts": {
      "config": "metro.config.js",
      "sourceExts": [
        "expo.ts",
        "expo.tsx",
        "expo.js",
        "expo.jsx",
        "ts",
        "tsx",
        "js",
        "jsx",
        "json",
        "wasm",
        "svg"
      ]
    },
    "hooks": {
      "postPublish": [
        {
          "file": "sentry-expo/upload-sourcemaps",
          "config": {
            "organization": "veriza",
            "project": "veriza-app",
            "authToken": "MY_ID"
          }
        }
      ]
    },
    "description": ""
  },
  "meta": {
    "android": {
      "version": "1.0.15"
    }
  }
}

expo diagnostics:

 Expo CLI 3.28.4 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 10.16.0 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
      npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
    IDEs:
      Android Studio: Version  4.0.0.0 AI-193.6911.18.40.6626763
    npmPackages:
      expo: ^39.0.0 => 39.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-39.0.3.tar.gz => 0.63.2
      react-native-web: ~0.13.7 => 0.13.18
      react-navigation: ^4.2.2 => 4.4.3
    Expo Workflow: managed

this seems related to Android builds with PKCS#12 keystores failing · Issue #276 · expo/turtle · GitHub

@quinlanj is working on a fix in [pkcs12] add fingerprint support for unparseable x509 certs by quinlanj · Pull Request #2854 · expo/expo-cli · GitHub

1 Like

I did a build with Expo generating the certificate and it worked, but with me passing the key it gives error without logs.

that seems consistent with the issues i mentioned above. @quinlanj is still working on the fix

I’m facing same issue here. I’ve tried to build my android project a few dozen times and always get the same:

No logs exist
Your build is errored.
No logs exist for this build yet. Once a build has logs they will appear here.

1 Like

I tried some alternatives but I was unsuccessful.

I am following the PR @quinlanj, after the new expo-cli version 3.28.5 the problem continues

@veriza track the issue here : Android Keystore: error parsing PKCS#12 with DSA encrypted certificate · Issue #2845 · expo/expo-cli · GitHub

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