amplitude / unity-plugin

Official Amplitude Unity Plugin
https://developers.amplitude.com/docs/unity
MIT License
44 stars 34 forks source link

Could not resolve com.amplitude:android-sdk:2.38.3 #117

Closed firdiansyah-ramadhan-programmer closed 1 year ago

firdiansyah-ramadhan-programmer commented 1 year ago

Summary

* What went wrong:
Could not determine the dependencies of task ':launcher:processDebugResources'.
> Could not resolve all task dependencies for configuration ':launcher:debugRuntimeClasspath'.
   > Could not resolve com.amplitude:android-sdk:2.38.3.
     Required by:
         project :launcher > project :unityLibrary
      > Could not resolve com.amplitude:android-sdk:2.38.3.
         > Could not get resource 'https://jcenter.bintray.com/com/amplitude/android-sdk/2.38.3/android-sdk-2.38.3.pom'.
            > Could not HEAD 'https://jcenter.bintray.com/com/amplitude/android-sdk/2.38.3/android-sdk-2.38.3.pom'.
               > Read timed out

this page is not exist anymore https://jcenter.bintray.com/com/amplitude/android-sdk/2.38.3/android-sdk-2.38.3.pom how to change the url?

firdiansyah-ramadhan-programmer commented 1 year ago

I update Android Resolver (External Depedency Manager) to version 1.2.17

but the error changed to this

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':launcher:compileDebugJavaWithJavac'.
> Could not resolve all dependencies for configuration ':launcher:debugRuntimeClasspath'.
   > Could not determine artifacts for com.amplitude:android-sdk:2.38.3: Skipped due to earlier error
firdiansyah-ramadhan-programmer commented 1 year ago

solve my problem, thankyou...