Tag Archives: Harmony OS Error

Harmony OS Error: Failure[INSTALL_FAILED_DEVICE_NOT_SUPPORT_ERROR]

After checking, there was no problem with the equipment type. Later, it was found that a permission was added, and the error reported by Hongmeng was not accurate

Solution:

Just delete this permission

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
{
"reason": "",
"usedScene": {
"ability": [],
"when": "always"
},
"name": "ohos.permission.MANAGE_BLUETOOTH"
}
{ "reason": "", "usedScene": { "ability": [], "when": "always" }, "name": "ohos.permission.MANAGE_BLUETOOTH" }
{
        "reason": "",
        "usedScene": {
          "ability": [],
          "when": "always"
        },
        "name": "ohos.permission.MANAGE_BLUETOOTH"
      }