RN 出现报错: Task 'installDebug' not found in project ':app'. Some candidates are: 'installProDebug', 'installSitDebug'.
我这里是由于多版本打包的关系,运行react-native run-android找不到对应的版本,
只需要配置相应的版本信息,运行react-native run-android --variant sitDebug
当然你也可以在编译器中进行运行配置版本,比如vscode中在.launch文件中添加variant配置
网友评论