Error failed to launch emulator reason could not start emulator within 30 seconds

#android #react-native #android-emulator

#android #react-native #android-emulator

Вопрос:

Я пытаюсь запустить наше приложение react native в эмуляторе Android после yarn android запуска эмулятора, но приложение не запускается, и через несколько секунд я получаю следующую ошибку:

 yarn run v1.22.10
$ react-native run-android
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 1755 file(s) to forward-jetify. Using 8 workers...
info Starting JS server...
info Launching emulator...
error Failed to launch emulator. Reason: Could not start emulator within 30 seconds..
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app...

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: spawn ./gradlew EACCES
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 

Проект отлично работает в XCode (ios), а также на ноутбуке моего коллеги (с Windows).

Я использую Macbook Air m1, macOS 11.3.1, платформу SDK: Android S, Android Studio 4.2.2, версия yarn v1.22.10, узел v15.12.0,

Ответ №1:

Возможно, проблема с собственной конфигурацией react связана с текущей средой разработки в вашей системе.

Пожалуйста, внимательно ознакомьтесь с официальными документами по настройке среды.

Реагируйте на собственные документы

Ответ №2:

Прежде всего, убедитесь, что у вас правильно настроена среда Android.

Для проверки выполните

  1. echo $ANDROID_HOME
  2. echo $PATH

и убедитесь, что у обоих есть правильный путь к вашему Android SDK.

Если это неверно, вам необходимо настроить среду Android

 export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
 

Справочное руководство по реагированию-родной язык-официальный-настройка-руководство

Кроме этого, основная проблема, которую я вижу, связана с Macbook Air M1, я просто сталкиваюсь с аналогичной проблемой, M1 не поддерживает VT-X.

Чтобы убедиться в этом, ваш Macbook Air M1 поддерживает VT-X open Android Studio , а затем AVD Manager .

Пример (Мой Macbook) (Отмечен ФИОЛЕТОВОЙ рамкой, VT-X не поддерживается) VT-X не поддерживается

Решение этой проблемы: Загрузите новый эмулятор с Android-эмулятор-apple-кремний-предварительный просмотр

Это должно позволить разработчикам тестировать/запускать приложения ARM64 с помощью аппаратной виртуализации ARM64.

Ответ №3:

Для «Ошибки: порождение ./gradlew ПРОИСХОДИТ в процессе.Детский процесс._handle.onexit (узел:внутренний/дочерний процесс:282:19)».

Пожалуйста, попробуйте ввести:

 chmod 755 android/gradlew
 

в корневом каталоге проекта. Затем:

 npx react-native run-android
 

My answer is, If you have changed the directory of avds, you should set ANDROID_SDK_HOME environment variable to the parent directory of .android.

Here is the detail:
It seems like when you run «emulator -list-avds» in cmd, the result is empty. (be sure to first add «ANDROID_HOME» with value of your sdk directory to your user environment variable, and «%ANDROID_HOME%emulator» in the Path too.)

After checking the official documents:
https://developer.android.com/studio/run/emulator-commandline#starting
It said:
«$ emulator -list-avds

When you use this option, it displays a list of AVD names from your Android home directory. Note that you can override the default home directory by setting the ANDROID_SDK_HOME environment variable: the root of the user-specific directory where all configuration and AVD content is stored. You could set the environment variable in the terminal window before launching a virtual device, or you could set it through your user settings in the operating system.»

and in another page:
https://developer.android.com/studio/command-line/variables#envar
it said:
«Some older tools, such as Android Studio 4.3 and below, do not read ANDROID_USER_HOME. To override the user preferences location for those older tools set ANDROID_SDK_HOME to the parent directory you would like the .android directory to be created under.»

So I guess the reason is «npx react-native run-android» will invoke «emulator -list-avds» to find the emulator. And «emulator» is really an older tools, so ANDROID_SDK_HOME environment variable is necessary.

And if all goes well, you really don’t need to run android studio before run «npx reactive-native run-android».

Я пытаюсь запустить наше родное приложение для реагирования в эмуляторе Android, после yarn android эмулятор запускается, но приложение не запускается, и через несколько секунд я получаю следующую ошибку:

yarn run v1.22.10
$ react-native run-android
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 1755 file(s) to forward-jetify. Using 8 workers...
info Starting JS server...
info Launching emulator...
error Failed to launch emulator. Reason: Could not start emulator within 30 seconds..
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app...

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: spawn ./gradlew EACCES
    at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Проект отлично работает в XCode (ios), а также на ноутбуке моего коллеги (с Windows).

Я использую Macbook Air m1, macOS 11.3.1, платформа SDK: Android S, Android Studio 4.2.2, версия пряжи v1.22.10, узел v15.12.0,

3 ответа

Здесь может быть проблема с нативной конфигурацией в текущей среде разработки в вашей системе.

Пожалуйста, внимательно ознакомьтесь с официальной документацией по настройке среды.

Реагировать на нативные документы


0

Jignesh Mayani
6 Июл 2021 в 11:38

Прежде всего, убедитесь, что вы правильно настроили Android Environment.

Чтобы проверить запуск

  1. echo $ANDROID_HOME
  2. echo $PATH

И убедитесь, что оба имеют правильный путь к вашему Android SDK.

Если это не так, вам необходимо настроить среду Android.

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools

Справочник react-native-official-setup-guide

Помимо этого, основная проблема, которую я вижу, связана с Macbook Air M1, я столкнулся с похожей проблемой, M1 не поддерживает VT-X< /сильный>.

Чтобы убедиться в этом, ваш Macbook Air M1 поддерживает VT-X, откройте Android Studio, а затем AVD Manager.

Пример (Мой Macbook) (отмечен ФИОЛЕТОВЫМ прямоугольником, VT-X не поддерживается) VT-X не поддерживается

Решение: Загрузите новый эмулятор с сайта android-emulator-apple-silicon- предварительный просмотр

Это должно позволить разработчикам тестировать/запускать приложения ARM64 с помощью аппаратной виртуализации ARM64.


0

Muhammad Taimoor
6 Июл 2021 в 12:00

Для «Ошибка: порождение ./gradlew EACCES в Process.ChildProcess._handle.onexit (узел: внутренний/дочерний_процесс: 282:19)».

Попробуйте ввести:

chmod 755 android/gradlew

В корневом каталоге проекта. Потом:

npx react-native run-android


0

Walter zhang
9 Сен 2021 в 23:42

Issue

I can’t launch my Android simulator. I have Android Studio installed as well as a couple of simulators. Any help appreciated!

error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app...
The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.


error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.

Solution

you have to set the environment variable in your mac system.

export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
copy those texts
type nano ~/.zshrc in mac terminal
source ~/.zshrc
paste copied texts
To save it, hit Ctrl + X, type Y to save, and then enter to keep the file name as it is.

Answered By — Bhavin Parghi
Answer Checked By — Terry (JavaFixing Volunteer)

Содержание

  1. can’t compile and run my react native app #25936
  2. Comments
  3. Steps To Reproduce
  4. Не удалось запустить эмулятор. Причина: эмулятор завершился до загрузки в React Native, когда реагирует на собственный запуск-android
  5. Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds #29617
  6. Comments
  7. Won’t find Android studio emulator. #1
  8. Comments
  9. Footer

can’t compile and run my react native app #25936

I just can’t compile and run my react native app, and I’m getting this message :

FAILURE: Build failed with an exception.

Where:
Script ‘C:UsersmeReactNativeMyAppnode_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 190

What went wrong:
A problem occurred evaluating settings ‘MyApp’.

Unable to determine the current character, it is not a string, number, array, or object

The current character read is ‘E’ with an int value of 69
Unable to determine the current character, it is not a string, number, array, or object
line number 1
index number 0.

React Native version:

Steps To Reproduce

Describe what you expected to happen:

Snack, code example, screenshot, or link to a repository:

The text was updated successfully, but these errors were encountered:

I finally found the solution, something I was quite sure about doing, but thanks to this this guy #24733 (comment) :I had to delete «appbuildintermediatessigning_configdebugoutsigning-config.json» and now it works.

thanks, you just saved my ass in the nick of a meeting

hi, i’m facing this problem and its weird cause it happened when i created a new project with react-native init two days ago. i can run the old project but when i try to use command react-native run-android in the new project it gives me an error.( i don’t even have a build folder to delete ((: )
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
Memory: 2.20 GB / 7.95 GB
Binaries:
Node: 8.11.3 — C:Program Filesnodejsnode.EXE
npm: 5.6.0 — C:Program Filesnodejsnpm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5791312
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2

info Running jetifier to migrate libraries to AndroidX. You can disable it using «—no-jetifier» flag.
Jetifier found 863 file(s) to forward-jetify. Using 8 workers.
info Starting JS server.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
info Launching emulator.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
error Failed to launch emulator. Reason: Emulator exited before boot..
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app.

FAILURE: Build failed with an exception.

Where:
Script ‘C:UsersomidazmDesktopweblearningreact-nativegreen26node_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 182

What went wrong:
A problem occurred evaluating script.

Unable to determine the current character, it is not a string, number, array, or object

Try:
Run with —stacktrace option to get the stack trace. Run with —info or —debug option to get more log output. Run with —scan to get full insights.

BUILD FAILED in 23s

error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with —verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

Where:
Script ‘C:UsersomidazmDesktopweblearningreact-nativegreen26node_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 182

What went wrong:
A problem occurred evaluating script.

Unable to determine the current character, it is not a string, number, array, or object

Try:
Run with —stacktrace option to get the stack trace. Run with —info or —debug option to get more log output. Run with —scan to get full insights.

BUILD FAILED in 23s

hi, i’m facing this problem and its weird cause it happened when i created a new project with react-native init two days ago. i can run the old project but when i try to use command react-native run-android in the new project it gives me an error.( i don’t even have a build folder to delete ((: )
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
Memory: 2.20 GB / 7.95 GB
Binaries:
Node: 8.11.3 — C:Program Filesnodejsnode.EXE
npm: 5.6.0 — C:Program Filesnodejsnpm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5791312
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2

info Running jetifier to migrate libraries to AndroidX. You can disable it using «—no-jetifier» flag.
Jetifier found 863 file(s) to forward-jetify. Using 8 workers.
info Starting JS server.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
info Launching emulator.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
‘C:Program’ is not recognized as an internal or external command,
operable program or batch file.
error Failed to launch emulator. Reason: Emulator exited before boot..
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app.

FAILURE: Build failed with an exception.

  • Where:
    Script ‘C:UsersomidazmDesktopweblearningreact-nativegreen26node_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 182
  • What went wrong:
    A problem occurred evaluating script.

Unable to determine the current character, it is not a string, number, array, or object

  • Try:
    Run with —stacktrace option to get the stack trace. Run with —info or —debug option to get more log output. Run with —scan to get full insights.
  • Get more help at https://help.gradle.org

BUILD FAILED in 23s

error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with —verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

  • Where:
    Script ‘C:UsersomidazmDesktopweblearningreact-nativegreen26node_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 182
  • What went wrong:
    A problem occurred evaluating script.

Unable to determine the current character, it is not a string, number, array, or object

  • Try:
    Run with —stacktrace option to get the stack trace. Run with —info or —debug option to get more log output. Run with —scan to get full insights.
  • Get more help at https://help.gradle.org

BUILD FAILED in 23s

same problem here i just ran the react-native run-android after i init the project

Источник

Не удалось запустить эмулятор. Причина: эмулятор завершился до загрузки в React Native, когда реагирует на собственный запуск-android

Я устанавливаю React Native в соответствии с этим сайтом https://medium.com/@leonardobrunolima/react-native-tips-setting-up-your-development-environment-for-windows-d326635604ea , это очень полезно, пока я не запустил команду react-native run-android , это ошибка, которую я получаю:

У меня версия узла 10, и я работаю в Windows, пожалуйста, помогите, спасибо.

  1. Проверьте свою конфигурацию и настройку среды с помощью инструкций здесь , будьте очень осторожны с настройками путей. Проверьте $ PATH в терминале IDE.
  2. проверьте в AVD, что определенная ОС Android выбрана и установлена ​​для используемого вами виртуального устройства (в моем случае этого не было, у меня был желтый восклицательный знак предупреждения в столбце «Действия» в списке устройств AVD).
  3. Обновите Gradle до версии не ниже 6.6 в
  1. В Ubuntu после запуска мне приходилось «нажимать» кнопку включения на виртуальном устройстве.

Наконец, я запустил его как в Windows 10, так и в Ubuntu 20.04 LTS с Android 30.

В моем случае мне нужно стереть данные на виртуальном устройстве. Android Studio -> AVD -> Действия (↓) -> Wipe Data

Я столкнулся с аналогичной проблемой при выполнении моего собственного кода реакции на физическом устройстве Android. Не уверен, поможет ли мое решение.

Все мы знаем, что ADB требует авторизации от устройства Android для связи с ним. Только разрешив отладку по USB и проверив отпечаток ключа RSA компьютера, мы позволяем демону ADB подключаться к нашему телефону и управлять им. Это функция безопасности.

Мой телефон был подключен к USB, и при изменении конфигурации USB на устройстве мой телефон выдал мне еще один запрос: «Разрешить отладку по USB?». Изображение доступно для справки . У меня есть решение по отладке reallow USB

Источник

Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds #29617

After I run the project flutter, running the react_native project won’t connect to the simulator.
Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds
why?How to solve.

The text was updated successfully, but these errors were encountered:

⚠️ Missing Environment Information
ℹ️ Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.

Please stop posting these issues on facebook/react-native .
It has nothing to do with this library!

Getting same error : error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with —verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

React native Info:
Node: 12.18.4 — /usr/local/bin/node
Yarn: Not Found
npm: 6.14.8 — /usr/local/bin/npm
Watchman: 4.9.0 — /usr/local/bin/watchman
Managers:
CocoaPods: 1.9.3 — /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.0, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0
Android SDK: Not Found
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6626763
Xcode: 12.0/12A7209 — /usr/bin/xcodebuild
Languages:
Java: javac 15 — /usr/bin/javac
Python: 2.7.16 — /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.2 => 0.63.2
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

My answer is, If you have changed the directory of avds, you should set ANDROID_SDK_HOME environment variable to the parent directory of .android.

Here is the detail:
It seems like when you run «emulator -list-avds» in cmd, the result is empty. (be sure to first add «ANDROID_HOME» with value of your sdk directory to your user environment variable, and «%ANDROID_HOME%emulator» in the Path too.)

When you use this option, it displays a list of AVD names from your Android home directory. Note that you can override the default home directory by setting the ANDROID_SDK_HOME environment variable: the root of the user-specific directory where all configuration and AVD content is stored. You could set the environment variable in the terminal window before launching a virtual device, or you could set it through your user settings in the operating system.»

and in another page:
https://developer.android.com/studio/command-line/variables#envar
it said:
«Some older tools, such as Android Studio 4.3 and below, do not read ANDROID_USER_HOME. To override the user preferences location for those older tools set ANDROID_SDK_HOME to the parent directory you would like the .android directory to be created under.»

So I guess the reason is «npx react-native run-android» will invoke «emulator -list-avds» to find the emulator. And «emulator» is really an older tools, so ANDROID_SDK_HOME environment variable is necessary.

And if all goes well, you really don’t need to run android studio before run «npx reactive-native run-android».

So I guess the reason is «npx react-native run-android» will invoke «emulator -list-avds» to find the emulator. And «emulator» is really an older tools, so ANDROID_SDK_HOME environment variable is necessary.

Yes that’s exactly the case. Thanks for your thorough explanation @akaigyouhou.

Closing as the issue is not necessarily related to React Native, but more to your Android SDK setup. If you manage to call emulator -list-avds and get a valid result in your terminal, then run-android will also work.

Источник

Won’t find Android studio emulator. #1

am running your app on an android studio emulator and it looks like this demo can’t find it!

Whenever I run react-native run-android it gives error

My emulator is up and other projects can use it and install apps normally.

The text was updated successfully, but these errors were encountered:

@maotora You may specify which emulator to run on like ..
react-native run-android —deviceId emulator-5554

To get list of emulators run
adb devices -l

Thanks for replying.

I tried your method unfortunately still fails.

The problem is not that it cant find the Android Emulator, There’s an error in compiling your projects, have you linked your dependencies well ?

Hi @aivene25 ,
Thank you for your response but it still doesn’t work.

I re-cloned the project, then ran yarn then react-native link then ran yarn again then npm run start and lastly react-native run android still same issue.

Facing the same issue, any fix yet?

Hi, this might resolve the issue —

  1. Just run sudo chmod -R 777 react-native-track-player-demo(Project Name) after that
  2. npm install
  3. react-native link
  4. react-native run android

I didn’t work, sadly.

This repo is not active for last couple of months.
Try the new example Instead.

I tried your solution and it gave a different error.

⚠️ long stacktrace ahead.

I can see some light in this, do you have any solutions to this issue?

Now I feel stupid..

Ran npm install & react-native link

Ran react-native run-android

Gets a different error.

@moonstruck that’s the only branch I have.

@maotora Open emulator and try this
git clone https://github.com/react-native-kit/react-native-track-player.git
git checkout dev
cd example
yarn install
react-native run-android

Hey, is the dev branch still working?

info Running jetifier to migrate libraries to AndroidX. You can disable it using «—no-jetifier» flag.
Jetifier found 959 file(s) to forward-jetify. Using 2 workers.
info Starting JS server.
info Launching emulator.
error Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds .
warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
info Installing the app.

every run my project always appear error like that
do you can handle my problem?

I found that specifically adding the emulator path (and in fact the platform-tools) folders to my PATH environment variable, those issues go away. Why it doesn’t append to the ANDROID_SDK_ROOT environment variable in Windows I’m not sure.

Hi Guys, if anyone still has this issue. An easy fix is just to open the ‘android‘ folder from your react-native project in android studio and build directly from there. None of the other solutions above worked for me. however this worked straight away.

Hi Guys, if anyone still has this issue. An easy fix is just to open the ‘android‘ folder from your react-native project in android studio and build directly from there. None of the other solutions above worked for me. however this worked straight away.

where did you build? I dont have a build button when I go into Android studio -> Android folder.

Hi Guys, if anyone still has this issue. An easy fix is just to open the ‘android‘ folder from your react-native project in android studio and build directly from there. None of the other solutions above worked for me. however this worked straight away.

where did you build? I dont have a build button when I go into Android studio -> Android folder.

Make sure you’re opening the build.gradle file found in the /android directory in your react-native app folder when opening in Android Studio. Then you should be able to press the green ‘play’ button at the top of Android Studio. If this doesn’t work make sure you’ve opened the emulator first and have it selected in the dropdown menu next to the ‘play’ button. Hope this helps 🙂

Flutter is able to detect open emulator, but react-native is not able to.
Facing same issue as others are facing it here.
What’s the final call for resolution?

© 2023 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Понравилась статья? Поделить с друзьями:
  • Error failed to install packages to new root arch
  • Error failed to install app 90 disk write failure
  • Error failed to install app 730 no subscription
  • Error failed to install app 4020 no subscription что делать
  • Error failed to install app 258550 no subscription