You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change compile to implementation in the build.gradle file of the package
run "npm run android"
Expected behavior
Run the App
Actual behavior
I get the following error: > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find org.altbeacon:android-beacon-library:2.16.1. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://repo.maven.apache.org/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - file:/Applications/XAMPP/xamppfiles/htdocs/Localizer/AwesomeProject/node_modules/jsc-android/dist/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://dl.google.com/dl/android/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://www.jitpack.io/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom Required by: project :app > project :react-native-beacons-manager
Does anybody know why? I already change "compile" to implementation in the build.gradle file
The text was updated successfully, but these errors were encountered:
Version
1.1.0
Platform
Android
OS version
Android 12
Steps to reproduce
Expected behavior
Run the App
Actual behavior
I get the following error:
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not find org.altbeacon:android-beacon-library:2.16.1. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://repo.maven.apache.org/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - file:/Applications/XAMPP/xamppfiles/htdocs/Localizer/AwesomeProject/node_modules/jsc-android/dist/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://dl.google.com/dl/android/maven2/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom - https://www.jitpack.io/org/altbeacon/android-beacon-library/2.16.1/android-beacon-library-2.16.1.pom Required by: project :app > project :react-native-beacons-manager
Does anybody know why? I already change "compile" to implementation in the build.gradle file
The text was updated successfully, but these errors were encountered: