{
  "id": "android/install-failed-insufficient-storage",
  "signature": "INSTALL_FAILED_INSUFFICIENT_STORAGE: Package could not be installed due to insufficient storage",
  "signature_zh": "INSTALL_FAILED_INSUFFICIENT_STORAGE: 由于存储空间不足，无法安装软件包",
  "regex": "INSTALL_FAILED_INSUFFICIENT_STORAGE.*insufficient storage",
  "domain": "android",
  "category": "install_error",
  "subcategory": null,
  "root_cause": "Device has less free storage than required for APK installation and extraction.",
  "root_cause_type": "generic",
  "root_cause_zh": "设备可用存储空间少于 APK 安装和提取所需的空间。",
  "versions": [
    {
      "version": "Android 13 (API 33)",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Android 14 (API 34)",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "adb 1.0.41",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Clear app data of other apps using Settings > Apps > Clear Data",
      "why_fails": "Clearing data may free little space; APK extraction needs contiguous free space, not just total free.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "Uninstall the same app and reinstall from Google Play",
      "why_fails": "If device storage is critically low, Play Store also fails with same error; adb install still fails.",
      "fail_rate": 0.75,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Free up device storage: delete unused apps, clear cache, or move media to SD card. Then run: adb install -r app-release.apk",
      "success_rate": 0.9,
      "how": "Free up device storage: delete unused apps, clear cache, or move media to SD card. Then run: adb install -r app-release.apk",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use adb install with -s flag to install on SD card if available: adb install -s app-release.apk. Requires device support.",
      "success_rate": 0.7,
      "how": "Use adb install with -s flag to install on SD card if available: adb install -s app-release.apk. Requires device support.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Free up device storage: delete unused apps, clear cache, or move media to SD card. Then run: adb install -r app-release.apk",
    "Use adb install with -s flag to install on SD card if available: adb install -s app-release.apk. Requires device support."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": "INSTALL_FAILED_INSUFFICIENT_STORAGE",
  "verification_tier": "ai_generated",
  "confidence": 0.86,
  "fix_success_rate": 0.85,
  "resolvable": "true",
  "first_seen": "2024-12-01",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}