react-native-proximity icon indicating copy to clipboard operation
react-native-proximity copied to clipboard

Could not find com.estimote:proximity-sdk:1.0.3

Open IlirBajrami opened this issue 2 years ago • 3 comments

Breaks my app at build time. "react-native": "0.70.6", "@estimote/react-native-proximity": "^0.6.0",

The error:

WARNING:The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.2.1.
Android SDK Build Tools 30.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING:The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.2.1.
Android SDK Build Tools 30.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
5 actionable tasks: 5 up-to-date

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.estimote:proximity-sdk:1.0.3.
     Searched in the following locations:
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://repo.maven.apache.org/maven2/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://dl.google.com/dl/android/maven2/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
       - https://www.jitpack.io/com/estimote/proximity-sdk/1.0.3/proximity-sdk-1.0.3.pom
     Required by:
         project :app > project :estimote_react-native-proximity
   > Could not find com.estimote:scanning-plugin:0.25.2.
     Searched in the following locations:
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://repo.maven.apache.org/maven2/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://dl.google.com/dl/android/maven2/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
       - https://www.jitpack.io/com/estimote/scanning-plugin/0.25.2/scanning-plugin-0.25.2.pom
     Required by:
         project :app > project :estimote_react-native-proximity

Anyone please help solve the issue?

IlirBajrami avatar Jan 09 '23 16:01 IlirBajrami

i also got this problem. tried to add the dependcies manually but despite its not working, took a look at the android sdk tried to create a native module but get simmilar errors when importing even newer versions.

joshua-siw avatar May 17 '23 09:05 joshua-siw

I have the same problem. I could not find dependency com.estimote:scanning-plugin:0.25.4 of com.estimote:proximity-sdk:1.0.6.

Could not find com.estimote:scanning-plugin:0.25.4. Searched in the following locations: - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/react-native/android/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom - file:/Users/ilirbajrami/Desktop/MoneyliaApp/node_modules/jsc-android/dist/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom - https://repo.maven.apache.org/maven2/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom - https://dl.google.com/dl/android/maven2/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom - https://www.jitpack.io/com/estimote/scanning-plugin/0.25.4/scanning-plugin-0.25.4.pom Required by: project :app > project :estimote_react-native-proximity

I have searched several Gradle repositories and cannot find the dependency.

React Native 0.72.1 "@estimote/react-native-proximity": "^0.6.0"

brainone-pt avatar Jul 11 '23 08:07 brainone-pt

In order to fix this, you have to add jfrog() in your settings.gradle

MaskedAlkindi avatar Feb 02 '24 12:02 MaskedAlkindi