失败:构建失败,出现异常。反应本机

FAILURE: Build failed with an exception. ReactNative

正在尝试使用

构建我的 android 项目

react-native run-android

但是,我不断收到同样的错误:

Warning: License for package Android SDK Platform 26 not accepted.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> You have not accepted the license agreements of the following SDK 
components:
[Android SDK Platform 26, Android SDK Build-Tools 26.0.2].
Before building your project, you need to accept the license agreements and 
complete the installation of the missing components using the Android Studio 
SDK Manager.
Alternatively, to learn how to transfer the license agreements from one 
workstation to another, go to http://d.android.com/r/studio-ui/export- 
licenses.html

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

BUILD FAILED

我尝试过的:

  1. 我尝试使用 sdkmanager --licenses 接受所有许可
  2. 我更新了我的 SDK
  3. 我使用 git clean -d -fx
  4. 清理了我的项目
  5. 我确保安装了最新的 Android SDK

我该如何解决这个问题?

我建议你通过 Android Studio 构建这个 React-native 应用程序。

使用 Android Studio 打开项目文件夹 /android 中的 Android 项目。

项目打开后 Android Studio 将建议 "update"need skip。 随着 dialog for download SDK, you accept and continue.

完成设置后,您可以通过菜单 Build\Build APK 构建您的 RN Android 或通过菜单 Run\Run App 直接 运行 应用程序