react-native run-android error

前端之家收集整理的这篇文章主要介绍了react-native run-android error前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

react-native run-android error

Unknown source file : warning: string 'catalyst_debugjs' has no default translation.
Unknown source file : warning: string 'catalyst_element_inspector' has no default translation.
Unknown source file : warning: string 'catalyst_jsload_error' has no default translation.
Unknown source file : warning: string 'catalyst_jsload_message' has no default translation.
Unknown source file : warning: string 'catalyst_jsload_title' has no default translation.
Unknown source file : warning: string 'catalyst_reloadjs' has no default translation.
Unknown source file : warning: string 'catalyst_settings' has no default translation.
Unknown source file : warning: string 'catalyst_settings_title' has no default translation.

change

android/build.gradle
classpath 'com.android.tools.build:gradle:1.3.1'

to

classpath 'com.android.tools.build:gradle:1.5.0'
原文链接:https://www.f2er.com/react/306645.html

猜你在找的React相关文章