M
M
Michael2019-07-17 13:56:07
Android
Michael, 2019-07-17 13:56:07

React native app not installing on Android phone?

Hello!
Made an app in React native.
Made a build. The apk file
is not installed on the phone.
What could be the reasons?
I created several options, tried to install on different phones. The phone says: Your application is not installed. And that's it...
here is app.json

{
  "expo": {
    "name": "VseSorta1",
    "slug": "VseSorta1",
    "privacy": "public",
    "sdkVersion": "33.0.0",
    "platforms": [
      "ios",
      "android",
      "web"
    ],
    "android": {
      "package": "com.Vsesorta1.Vsesorta1"
    },
    "platforms": [
      "ios",
      "android",
      "web"
    ],
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/images/icon.png",
    "splash": {
      "image": "./assets/images/logo.png",
      "resizeMode": "contain",
      "backgroundColor": "#777"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
    "bundleIdentifier": "com.Vsesorta1.Vsesorta1"
    }
  }
}

in cmd I write expo build: android
it builds everything is fine, gives a link, the apk file is downloaded
Through the Expo application, it is normally displayed

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
davidnum95, 2019-07-18
@davidnum95

logcat to the rescue

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question