Hello, I cannot compile the latest remote pay android sample, I got it from
https://github.com/clover/remote-pay-android
I am getting this issue
I'm using Android Studio 4.1 RC 2, any idea why the project does not compile?
Hello, I cannot compile the latest remote pay android sample, I got it from
https://github.com/clover/remote-pay-android
I am getting this issue
I'm using Android Studio 4.1 RC 2, any idea why the project does not compile?
Curious, is there a reason why you need to compile it? Are you making changes to the SDK?
It says, there is a sample code within there but I also found the sample here
https://github.com/clover/remote-pay-android-examples
Thanks
Try adding this to your top level gradle.properties:
upload_release_url="" upload_snapshot_url="" upload_user="" upload_password=""
It would be helpful if you would provide us with a text version of the errors you are receiving and information about your environment (Gradle version, etc.).
Sure, after added the next properties
I get the next error:
'org.gradle.internal.DisplayName org.gradle.internal.Describables.withTypeAndName(java.lang.String, java.lang.String)'
I 've tried the version suggested (4.10.3) and upper, I'm using Canary 11 Android studio, running on windows 10
Please let me know if you need anything else, thank you
I really need to modify the sdk, I've tried sending a pull request, and asking how to compile the code without errors, I don't know what else to do, please help.
I don't think your PR will actually accomplish what you desire. The app on the device has to understand how to interpret the properties on the request.
That's why I would like to compile the project and verify,
Is not a big change you guys already have the property on the sdk, I only exposed it.
By the way we have made the same change on other sdk (windows sdk) and it works.
2 People are following this question.