sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
100 stars 29 forks source link

Sample App Does Not Compile #154

Closed legolas108 closed 3 years ago

legolas108 commented 3 years ago

Downloaded and unzipped the latest SumUp Android SDK v3.3.0, opened the sample app in Android Studio 4.1.2, Runtime version: 1.8.0_242-release-1644-b3-6222593 amd64, and tried to rebuild the project, but it fails:

Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve com.sumup:merchant-sdk:3.3.0.
     Required by:
         project :app
      > Could not resolve com.sumup:merchant-sdk:3.3.0.
         > Could not get resource 'https://maven.sumup.com/releases/com/sumup/merchant-sdk/3.3.0/merchant-sdk-3.3.0.pom'.
            > Could not GET 'https://maven.sumup.com/releases/com/sumup/merchant-sdk/3.3.0/merchant-sdk-3.3.0.pom'.
               > Connect to maven.sumup.com:443 [maven.sumup.com/31.13.219.80] failed: connect timed out

Have no indication that anything is wrong with our Internet connection. What could be wrong on our end? Thanks!

legolas108 commented 3 years ago

OK, it had to be something on our end. Turns out the VPN connection to the Internet is picky about what it allows and what not.