wonday / react-native-aliyun-push

A react native wrapper for aliyun push SDK
MIT License
218 stars 64 forks source link

升级到0.62.2 编译提示resolve failed: alicloud-android-utdid-1.1.5.4 #133

Open xinfang opened 4 years ago

xinfang commented 4 years ago

System: Shell: 5.7.1 - /bin/zsh Binaries: Node: 11.10.1 - ~/.nvm/versions/node/v11.10.1/bin/node Yarn: 1.16.0 - ~/.yarn/bin/yarn npm: 6.7.0 - ~/.nvm/versions/node/v11.10.1/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.8.4 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 Android SDK: API Levels: 23, 25, 26, 27, 28, 29 Build Tools: 23.0.1, 25.0.0, 25.0.2, 25.0.3, 26.0.0, 26.0.1, 26.0.2, 27.0.3, 28.0.3, 29.0.0, 29.0.2 System Images: android-23 | Google APIs Intel x86 Atom_64, android-25 | Google APIs ARM EABI v7a, android-26 | Google Play Intel x86 Atom, android-27 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 3.6 AI-192.7142.36.36.6308749 Xcode: 11.3/11C29 - /usr/bin/xcodebuild Languages: Java: 1.8.0_161 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2 npmGlobalPackages: react-native: Not Found

xinfang commented 4 years ago

temporary solution: 1 downgrade gradle wrapper version to 5.x.x (don't use 6.x.x) 2 disabled initializeFlipper function it will works.

but I think the final solution that let library support to Gradle-wrapper 6.x version.