gpt4 book ai didi

android - 如何解决错误,无法启动模拟器。原因 : No emulators found as an output of `emulator -list-avds` in React native?

转载 作者:行者123 更新时间:2023-12-04 11:59:15 35 4
gpt4 key购买 nike

我正在为移动应用程序创建 react 原生应用程序。我在构建 react 原生应用程序方面是全新的。我正在使用 ubuntu 创建应用程序,并按照以下链接创建应用程序。
https://facebook.github.io/react-native/docs/getting-started .任何人都可以解决这个问题吗?

在以下阶段,我收到错误:

cd AwesomeProject
npx react-native run-android

我的命令行错误:
All-Series:~/Projects_App/AwesomeProject$ npx react-native run-android
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 864 file(s) to forward-jetify. Using 4 workers...
info Starting JS server...
/bin/sh: 1: adb: not found
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...
> Task :app:compileDebugJavaWithJavac FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings
13 actionable tasks: 4 executed, 9 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk-amd64 contains a valid JDK installation.

* 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 5s

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 app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk-amd64 contains a valid JDK installation.

* 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 5s

at checkExecSyncError (child_process.js:621:11)
at execFileSync (child_process.js:639:15)
at runOnAllDevices (/home/rupeevest/Projects_App/AwesomeProject/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:94:39)
at processTicksAndRejections (internal/process/task_queues.js:93:5)

最佳答案

转到您的 react-native 项目,然后转到 android 目录并创建一个具有此名称的文件

local.properties


如果您在 Windows 上打开文件并粘贴您的 Android SDK 路径,如下所示:

sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk


我找到了正确的答案 here

关于android - 如何解决错误,无法启动模拟器。原因 : No emulators found as an output of `emulator -list-avds` in React native?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59355688/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com