java - react-native run-android 构建错误 ':app:generat

我在构建新项目时遇到问题。我正在使用 React-Native 和 Android Emulator (AVD),但是当我使用命令 react-native run-android 时,我收到以下消息:

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':app:generateDebugBuildConfig'.

> java.io.IOException: Could not delete path 'C:\Users\diego\Desktop\Diego\albums\android\app\build\generated\source\buildConfig\debug\com'.

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2 mins 47.189 secs

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/android-setup.html

这是提示的图像:Image of the problem

我该如何解决这个问题?

----------------------------------- - - - - - - - 更新 - - - - - - - - - - - - - - - - - - --------------------

我将值 C:\....\AppData\Local\Android\sdk\tools 添加到变量 Path 并且构建成功。问题解决了。耶。

谢谢。

最佳答案

@diego-barreto

将值 C:\....\AppData\Local\Android\sdk\tools 添加到变量 Path 中,构建成功。问题解决了。耶。

关于java - react-native run-android 构建错误 ':app:generateDebugBuildConfig',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45222227/

相关文章:

build - 使用 RequireJS 的优化器和单个构建文件来生成多个输出

c# - 构建软件补丁的好习惯是什么?

c++ - 在 C++ 中将默认参数值放在哪里?

c++ - 按降序对 vector 进行排序

eclipse - 从命令行刷新eclipse

c++ - 单例:应该如何使用

c++ - 如何在 C 预处理器中可靠地检测 Mac OS X、iOS、Linux、Windows?

java - Gradle 中的 uberJar、fatJar 和 shadowJar 有什么区别?

php - 在 Git Workflow 中生成 API 文档

c++ - std::string 到 char*