Я кодировал свой проект на симуляторе iPhone с VSC IDE, и он хорошо работает, поэтому я решил попробовать его на эмуляторе Android.Когда я открыл андроид студию, все мои JS-файлы присутствовали, поэтому я попытался запустить его, эмулятор присутствует, но приложение проекта отсутствует, и пакет не загружается.
Я попытался просмотреть установки, но явсе равно получаю ошибки и бандлер отказывается загружаться.Ниже приведена ошибка, которая отображается на терминале.Может кто-нибудь помочь, пожалуйста?
info Starting JS server...
info Building and installing the app on the device (cd android && ./gradlew app:installDebug)...
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
* 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 0s
error Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
error Command failed: ./gradlew app:installDebug. Run CLI with --verbose flag for more details.
Camilles-MBP:project camillebasbous$