Open AlexandreKueny opened 2 years ago
Just tested the repo example, same issue.
Any update ?
It seems that
maven { url "https://microsoft-maps.bintray.com/Maven" }
have to be replaced with
maven { url "https://microsoftmaps.jfrog.io/artifactory/Maven/" }
I'm just trying to build the example now and hit this error, and fixed it as above, however I'm now getting:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings
45 actionable tasks: 45 executed
Note: S:\playground\react-native-bing-maps\android\src\main\java\com\reactnativebingmaps\BingMapsViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: S:\playground\react-native-bing-maps\example\android\app\src\debug\java\com\example\reactnativebingmaps\ReactNativeFlipper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
@AlexandreKueny have you gotten it to work?
It was working with this change back then. I haven't tested since last year sorry
Im still getting same error
Since the end of last week, I'm unable to build my android app. The
gradlew assembleRelease
command fails with the following error. Do you have any clue ?