hufeng / BaiduMapKit

百度地图的React-Native Android版本
MIT License
223 stars 62 forks source link

添加后react-native run-android出错 #1

Closed shevawen closed 8 years ago

shevawen commented 8 years ago
* What went wrong:
A problem occurred configuring project ':app'.
> A problem occurred configuring project ':baidumapkit'.
   > Could not resolve all dependencies for configuration ':baidumapkit:_debugCompile'.
      > Could not find com.android.support:appcompat-v7:23.1.1.
        Searched in the following locations:
            file:/Users/shevawen/.m2/repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom
            file:/Users/shevawen/.m2/repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.jar
            https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom
            https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.jar
            http://dl.bintray.com/mkonicek/maven/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom
            http://dl.bintray.com/mkonicek/maven/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.jar
            file:/Users/shevawen/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom
            file:/Users/shevawen/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.jar
            file:/Users/shevawen/Library/Android/sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom
            file:/Users/shevawen/Library/Android/sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.jar
        Required by:
            AlertsPro:baidumapkit:unspecified
      > Could not find com.android.support:appcompat-v7:23.1.1.
shevawen commented 8 years ago

应该是机器上缺这个版本的 support,到node_modules目录下修改build.gradle中的 com.android.support 后通过。

hufeng commented 8 years ago

@shevawen 感谢您,现在确实的jar我已经上传了