我最近分离了世博会并尝试在 Microsoft Visual Studio 应用中心上构建该分离的应用程序。但是构建在服务器上失败了。
日志链接: https ://files.fm/u/9arwcnyp
PS:react-native run-android
也是失败的。我正在本地构建应用程序./android/gradlewinstallDevMinSdkDevKernelDebug
我的 app.json:{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"add": "^2.0.6",
"expo": "^30.0.1",
"expokit": "1.7.1",
"mobile-center": "^0.11.2",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"yarn": "^1.10.1"
}
}