nadam / nfc-reader

Simple NFC Reader for Android
903 stars 354 forks source link

Where is the MainActivity? #36

Closed BirdNum closed 1 year ago

BirdNum commented 1 year ago

Would you please tell me where is the MainActivity.java? I can't build the APK in android studio(I hava find the whole project).

nadam commented 1 year ago

The main activity is called TagViewer in this project. https://github.com/nadam/nfc-reader/blob/master/src/se/anyro/nfc_reader/TagViewer.java

BirdNum commented 1 year ago

Thank you very much, I can already debug the app in android studio normally。