2017-07-17 45 views
4

當我運行react-native run-android我得到以下錯誤:配置名爲「默認」未找到 - 陣營本地

FAILURE: Build failed with an exception. 

* What went wrong: 
A problem occurred configuring project ':app'. 
> Could not resolve all dependencies for configuration ':app:_debugApk'. 
    > Configuration with name 'default' not found. 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

我知道,這意味着有一些連接錯誤,但我想不出什麼。我會喜歡一些有關修復的幫助,我對android非常陌生。

回答

11

發生這種情況時,您的軟件包依賴項中找不到build.gradle

要調試這個問題,裏面的反應本地項目運行

cd android 
./gradlew clean --info 

運行此命令後,可以看到大樓停在那裏。去那個包github頁面和搜索問題。你很可能會找到答案。在我的情況下,這是因爲react-native-maps,所以我必須修改settings.gradle以指出該包的實際位置build.gradle