- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试在 android 模拟器上运行我的项目。当我运行 react-native run-android
时,我得到以下信息:
FAILURE: Build failed with an exception.
* What went wrong: Task 'installDebug' not found in root project 'android'.
* Try: Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
如果我运行 ./gradlew tasks
我得到:
Build Setup tasks
-----------------
init - Initializes a new Gradle build. [incubating]
wrapper - Generates Gradle wrapper files. [incubating]
Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'android'.
components - Displays the components produced by root project 'android'. [incubating]
dependencies - Displays all dependencies declared in root project 'android'.
dependencyInsight - Displays the insight into a specific dependency in root project 'android'.
help - Displays a help message.
model - Displays the configuration model of root project 'android'. [incubating]
projects - Displays the sub-projects of root project 'android'.
properties - Displays the properties of root project 'android'.
tasks - Displays the tasks runnable from root project 'android'.
知道为什么我的项目中没有 installDebug 任务吗?我如何取回它?
最佳答案
react-native run-android --variant [productFlavorName][调试/发布]
例如react-native run-android --variant Huaweidebug
关于android - 在根项目 'android' React Native 中找不到“installDebug”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39119301/
在开发应用程序时,我遇到了以下错误。我尝试将 Java 版本从 11 降级到 8,但这没有帮助。 FAILURE: Build failed with an exception. * What wen
任务 installDevDebug 在更新 gradle 插件后停止工作2.1.3 至 2.3.3 ./gradlew installDevDebug ... Unable to install /
每次我运行我的 react-native 项目时,它都会卡在 99%。我试图运行 ./Gradlew clean 并杀死 adb 但没有任何效果。我已经通过 USB、genymotion 和 andr
在我的设备上安装 APK 调试失败。 jianglinghuadeMacBook-Pro:hello jianglinghua$ react-native run-android JS server
尝试使用命令 react-native run-android 将应用程序安装到设备。 没有显示错误,但应用程序卡在任务 app:installDebug 上,产生以下输出。 Task :app:in
当我尝试执行以下代码时,我的 react-native 应用程序出现错误 react-native run-android --variant=release Starting a Gradle Da
当我运行“react-native run-android”或“npx react-native run-android”或“cd andriod ./gradlew clean”这些命令时,错误显示
我在 Ubuntu 14.04 上的 Android Studio 中创建了一个空白 Activity 项目。我可以使用 installDebug 目标一步完成一个 gradle 构建并将其安装到我的
我正在尝试在 android 模拟器上运行我的项目。当我运行 react-native run-android 时,我得到以下信息: FAILURE: Build failed with an exc
创建一个 react native 项目后,我尝试在我的 android 设备上运行它。我输入 adb devices进入终端,我看到了我的设备。我跑了react-native run-android
我是 react-native 开发的新手。我正在尝试来自 Facebook git hub 的一个简单的 react-native 项目。我已按照所有步骤操作,但是当我尝试通过键入来运行项目时
我使用命令 react-native init appName 创建了新的 React Native 应用程序。 在应用程序创建成功后,使用命令 react-native run-android 在我
我正在尝试在我的测试设备上安装我在 Android Studio 中开发的 Android 应用。我通常使用名为“InstallDebug”的 Gradle 任务执行此操作。但是,在我新创建的项目中,
这个问题在这里已经有了答案: react-native :app:installDebug FAILED (35 个答案) 关闭 3 天前。 您好,当我尝试通过以下方式在我的真实 Android 设
我所有的队友都可以运行这个项目,但在我的电脑上,它是这样的: 当我跑 react-native run-android 它返回给我这个错误: E:\reactnative\educarnival>re
我正在 android 中开发一个库项目。我想将我的库上传到 JCenter。我已经创建了 bintray 帐户等并遵循了此处提到的所有步骤 http://inthecheesefactory.com
我在 macOS 平台上处理 React Native 项目时遇到问题。我的项目在 IOS 模拟器上运行正常,但在 Android 模拟器上运行不正常。 错误日志如下: JS server alrea
我在 OSX 上使用 react-native 0.43.3。我尝试在 Android 上运行应用程序并收到消息 react-native run-android Scanning 568 folde
当我运行 cmd > react-native run-android 指导我解决这个问题时出现以下错误。 FAILURE: Build failed with an exception. * Wha
我正在 Windows 8.1 平台上创建 react-native 应用程序,而我正在使用 react-native run-android 创建构建,它给我以下错误。请帮助我。 Command f
我是一名优秀的程序员,十分优秀!