Jeśli nie masz jeszcze środowiska Android Studio, pobierz je stąd i zainstaluj.
Dodawanie zależności
Interfejs Google Pay API jest częścią Usług Google Play, dlatego wystarczy, że zaimportujesz bibliotekę Usług Google Play.
Możesz też wybrać interfejsy API, które chcesz skompilować samodzielnie.
Jeśli wolisz wybiórczo skompilować tylko te interfejsy API, których potrzebujesz, otwórz plik build.gradle w module aplikacji i dodaj do sekcji zależności ten kod:
Każda podana wersja to minimalna wersja wymagana przez najnowszą bibliotekę Google Pay API. Aplikacja może wybrać zależność większą niż powyższa wartość.
Aktualne informacje o wersji interfejsu Google Pay API znajdziesz na stronie o konfigurowaniu Usług Google Play,
a informacje o bibliotekach pomocy – w artykule o konfigurowaniu bibliotek pomocy.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-10-16 UTC."],[[["To use the Google Pay API, your Android app must be distributed through the Google Play Store and built with a `minSdkVersion` of 21 or higher and a `compileSdkVersion` of 34 or higher."],["Before integrating, ensure you have the Google Wallet app installed, add a payment method, and comply with the Google Pay API Acceptable Use Policy and Google Play Developer Policy."],["Implement payments using Google Play In-app Billing if Google processes payments for you or if you sell digital goods."],["Integrate the Google Pay API by adding the necessary dependency to your app's Gradle build file and enabling it in your `AndroidManifest.xml` file."],["To go live, consult the publishing guide for essential information after completing the integration process."]]],[]]