expo build, but don't install on android

hi, i can’t run my app on dev mode, and don’t have a problem, i use the last expo-cli and run expo build:android. and run ok. give a apk file and when i try to install, this initialize but says “aplication not installed”. and don’t says any errors. any clue?

mi app.json is this:

{
  "expo": {
    "name": "campoIA",
    "slug": "campo1",
    "privacy": "public",
    "sdkVersion": "32.0.0",
    "platforms": [
      "android"
    ],
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/images/icon.png",
    "splash": {
      "image": "./assets/images/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
   
    "android": {
      "package": "com.kraken.hidroponia",
      "permissions": [
        "ACCESS_COARSE_LOCATION",
        "ACCESS_FINE_LOCATION",
        "CAMERA",
        "CAMERA_ROLL",
        "MANAGE_DOCUMENTS",
        "READ_CONTACTS",
        "READ_CALENDAR",
        "WRITE_CALENDAR",
        "READ_EXTERNAL_STORAGE",
        "READ_PHONE_STATE",
        "RECORD_AUDIO",
        "USE_FINGERPRINT",
        "VIBRATE",
        "WAKE_LOCK",
        "WRITE_EXTERNAL_STORAGE",
        "com.anddoes.launcher.permission.UPDATE_COUNT",
        "com.android.launcher.permission.INSTALL_SHORTCUT",
        "com.google.android.c2dm.permission.RECEIVE",
        "com.google.android.gms.permission.ACTIVITY_RECOGNITION",
        "com.google.android.providers.gsf.permission.READ_GSERVICES",

> Blockquote

"com.htc.launcher.permission.READ_SETTINGS",
        "com.htc.launcher.permission.UPDATE_SHORTCUT",
        "com.majeur.launcher.permission.UPDATE_BADGE",
        "com.sec.android.provider.badge.permission.READ",
        "com.sec.android.provider.badge.permission.WRITE",
        "com.sonyericsson.home.permission.BROADCAST_BADGE"
      ]

    }
  }
}

Hey @demiantriebl,

Can you elaborate on what you mean by you can’t run your app in development mode? Also, are you trying to install the .apk file on an emulator or a physical device?

Cheers,
Adam

hi adamjnav, i can install, but, the problem is mine (i don’t read and myself blocking the installation) :crazy_face:

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