Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App doesn't start #57

Closed
vivekvardhanadepu opened this issue May 23, 2022 · 2 comments
Closed

App doesn't start #57

vivekvardhanadepu opened this issue May 23, 2022 · 2 comments

Comments

@vivekvardhanadepu
Copy link

I am getting this error after following the setup steps

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.izettle.payments:android-sdk-ui:1.24.0.
     Required by:
         project :app
      > No cached version of com.izettle.payments:android-sdk-ui:1.24.0 available for offline mode.

Steps to Reproduce

https://developer.zettle.com/docs/android-sdk/installation-and-configuration

Context

        buildToolsVersion = "31.0.0"
        minSdkVersion = 21
        compileSdkVersion = 31
        targetSdkVersion = 31

SDK version: 1.25.6

@bobzettle
Copy link
Contributor

Hi. it seems like you are working in offline mode. Try if it helps to be online and fetch the dependencies.

Also, I know there's an older version in the documentation, try to use the latest version: com.izettle.payments:android-sdk-ui:1.25.6 in the gradle file as well.

@vivekvardhanadepu
Copy link
Author

Hi. it seems like you are working in offline mode. Try if it helps to be online and fetch the dependencies.

Also, I know there's an older version in the documentation, try to use the latest version: com.izettle.payments:android-sdk-ui:1.25.6 in the gradle file as well.

online mode worked. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants