创建android/app/src/main/assets/this文件夹
#React-本机捆绑包--平台android--开发人员false--条目-文件index.js--捆绑包-输出android/app/src/main/assets/index.android.捆绑包--assets-dest android/app/src/main/res/
#cd android&&./gradlew程序集调试
>
其中:构建文件'/var/www/html/reactnative/wurtha/node_modules/react-native-reanimated/android/Build.gradle'行:89
错误:配置项目“:React-Native-Reanimated”时出现问题。
未找到SDK位置。使用ANDROID_SDK_ROOT环境变量或通过将项目的本地属性文件中的sdk.dir路径设置为'/var/www/html/reactnative/wurtha/android/local.properties'来定义位置。
>
尝试:使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。使用--scan运行以获得完整的见解。
请访问https://help.gradle.org获取更多帮助
您需要安装一个Android SDK,并在ANDROID_SDK_ROOT环境变量中指向它。详情请访问https://gist.github.com/venkateshshukla/9736261
SDK - Software Development Kit
a. Download android sdk tools from
http://developer.android.com/sdk/index.html
b. Extract it to a directory say android_sdk
c. Set the environment variable ANDROID_SDK_ROOT to point to android_sdk
d. Add the directories android_sdk/tools and android_sdk/platform-tools
to your path
NDK - Native Development Kit
a. Download android ndk tools from
http://developer.android.com/tools/sdk/ndk/index.html
b. Extract is to a directory say android_ndk
c. Set the environment variable ANDROID_NDK_ROOT to point to android_ndk
d. Add the directories android_ndk to your path
For linux systems the environment and path can be set by adding the
following lines to ~/.bashrc file
export ANDROID_SDK_ROOT=/path/to/android_sdk
export ANDROID_NDK_ROOT=/path/to/android_ndk
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
export PATH=$PATH:$ANDROID_SDK_ROOT/tools
export PATH=$PATH:$ANDROID_NDK
> 其中:Build file'C:\users\documents\project\project_workspace\projectname\node_modules\react-native-reanimated\android\Build.gradle'行:69 错误:配置项目“:React-Native-Reanimated”时出现问题。 IOException:文件名、目录名或卷标语法
> 出了什么问题:配置项目“:反应原生矢量图标”时出现问题。 无法解析配置“:反应本机矢量图标:类路径”的所有文件。找不到 com.android.tools.build:gradle:2.3 的任何匹配项。 因为没有可用的com.android.tools.build:gradle版本。在以下位置搜索: https://jcenter.bintray.com/com/android/tools/
当我尝试使用此命令 D:\tmp\taamapp\android\app\build\intermediates\res\merged\release\drawable-hdpi\node_modules_reactnavigationstack_src_views_assets_backicon.png: error: 未编译的 PNG 文件作为参数传递。必须首先编译为 .flat 文件。错误:
失败:生成失败,出现异常。 > 其中:构建文件'/users/blickx/desktop/dumont-reactnative/dumont/node_modules/@react-native-community/async-storage/android/Build.gradle'行:36 错误:评估项目':@react-native-community_async-storage'时出现问
我在react-native中构建了一个项目,它在我的计算机上运行良好,但在更改其位置后,问题开始出现。我使用“yarn add@react-native-community/async-storage”安装了这个包