GeekyAnts / react-native-bing-maps

MIT License
13 stars 12 forks source link

Unable to build android app #3

Open AlexandreKueny opened 2 years ago

AlexandreKueny commented 2 years ago

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 ?

image

AlexandreKueny commented 2 years ago

Just tested the repo example, same issue.

AlexandreKueny commented 2 years ago

Any update ?

AlexandreKueny commented 2 years ago

It seems that maven { url "https://microsoft-maps.bintray.com/Maven" } have to be replaced with maven { url "https://microsoftmaps.jfrog.io/artifactory/Maven/" }

gremlin529 commented 2 years ago

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.
mikevocalz commented 1 year ago

@AlexandreKueny have you gotten it to work?

AlexandreKueny commented 1 year ago

It was working with this change back then. I haven't tested since last year sorry

ibrahimMH13 commented 2 months ago

Im still getting same error