-
To build the app, open Android Studio, click New Project, and select No Activity.
-
Enter the following:
- Name: NFCman
- Package name: com.nfcclone.app
- Language: Java
- Minimum SDK: API 21
- Build configuration language: Groovy DSL
-
Wait until the loading bar at the bottom right disappears, then close Android Studio.
-
Download (android_studio_setup.sh or windows_setup_script.bat) and copy it into your project folder (e.g.
~/AndroidStudioProjects/NFCman). -
Download an App-Icon that you like in
.svgformat and place it in the same folder. -
Open a terminal in that folder and run:
Linux: chmod +x android_studio_setup.sh ./android_studio_setup.sh Windows: windows_setup_script.bat
-
Reopen Android Studio, then go to Build → Generate App Bundles or APKs → Generate APKs.
⬇️ Direct Android Studio Setup Script | LINUX
⬇️ Direct Android Studio Setup Script | WINDOWS
(Can also be used to update files.)