Preparing for Development — Android
- Android Studio Hedgehog (2023.1.1) or later
- Android SDK API 29+
- Physical NFC-capable Android device (emulator not supported)
- NFC enabled in device settings
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.nfc" android:required="true" />
See the Tap to Pay on Android overview for the full topic list.