我是React-Native的初学者。我有适用于Android的Visual Studio模拟器。有人告诉我如何运行本机应用程序吗?我添加了Visual Studio模拟器作为外部工具。我按照(https://blogs.msdn.microsoft.com/devops/2015/07/20/using-the-visual-studio-emulator-for-android-from-android-studio-or-eclipse-with-adt/)链接添加了使用Android Studio的Visual Studio模拟器。
1.我尝试使用' react-native run-android'来构建项目。以一些构建错误结束。 "任务执行失败:' app:processGoogle服务'找不到匹配的客户"
我试过" Gradlew build"这给了我同样的错误
我使用cd android&&清除了缓存./gradlew clean
我试过" gradlew cleanBuildCache"但没有用