- Android Studio Arctic Fox or newer
- Java 17 or newer
- Android SDK 30+ (Android 11+)
- Android device with NFC support
# macOS using Homebrew
brew install openjdk@17
export JAVA_HOME=/opt/homebrew/opt/openjdk@17
# Windows - Download from Oracle or OpenJDK
# Linux - Use package manager- Open Android Studio
- File → Settings → Build Tools → Gradle
- Select "Use Android Studio JDK"
- Ensure Android SDK 30+ is installed
git clone [repository-url]
cd nfcManagercd android
./gradlew clean
./gradlew assembleDebug- Create AVD with Android 11+
- Enable NFC in emulator settings
- Run the application
- Enable Developer Mode
- Enable USB Debugging
- Ensure device has NFC support
- Install the application
Error: Android Gradle plugin requires Java 11 to run
Solution: Update Java to version 17
NFC not supported on this device
Solution: Use device with NFC support or updated emulator
- Review Troubleshooting Guide
- Check Release Notes