Because NEON DJ is distributed as a debug APK rather than a Play Store listing, installing it is a sideloading process — you download the file, transfer it to your device, and approve the installation manually. The whole process takes only a few minutes, and once the app is installed it runs entirely offline with no internet connection required.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kepabilbao67-bot/musicplayer2/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An Android device — the APK is built with Apache Cordova, which typically requires Android 5.0 (Lollipop) or higher, though the README does not state a specific minimum version.
- Enough free storage to hold the APK (the app is lightweight; all audio synthesis is done in real time by the Web Audio API, so no audio files are bundled).
- Access to the GitHub repository to download the APK.
Installation Steps
Find a successful workflow run
Go to the GitHub repository and click the Actions tab. In the left sidebar, select the “Construir APK” workflow. Look for a run with a green ✅ — that indicates the APK was built successfully. Click the run to open it.
Download the APK
You have two options:Option A — Actions Artifact: Scroll to the bottom of the workflow run page and find the Artifacts section. Click NEON-DJ-apk to download a ZIP archive, then extract
NEON-DJ.apk from it.Option B — GitHub Release: Navigate to the Releases section of the repository and open the release titled “NEON DJ - APK para Android”. Download NEON-DJ.apk directly from the release assets — no extraction needed.Transfer the APK to your Android device
Move
NEON-DJ.apk from your computer to your Android device using whichever method is most convenient:- USB cable — copy the file to the Downloads folder on your device.
- Email — send the APK as an attachment and open it from your mail app.
- Cloud storage — upload to Google Drive, Dropbox, or similar, then download on the device.
Enable installation from unknown sources
Android blocks APKs that don’t originate from the Play Store by default. To allow the install:
- Android 8.0+: When prompted during installation, tap Settings and toggle “Allow from this source” for your file manager or browser.
- Android 7.x and below: Go to Settings → Security and enable “Unknown sources”.
Install the APK
Open your device’s file manager, navigate to the folder where you saved
NEON-DJ.apk, and tap the file. The Android package installer will launch and display app information. Tap Install.Dismiss the security warning if prompted
Depending on your Android version and security settings, you may see a “Play Protect” warning or a prompt saying the app is from an unknown developer. Tap “Install anyway” to proceed — this is expected for any sideloaded APK.
Performance may vary on older or lower-powered devices. The Web Audio API synthesis — which generates beats note by note using
OfflineAudioContext — is CPU-intensive during the first load. Expect a brief pause on the initial launch while the rhythms are computed. Subsequent deck interactions and playback should be smooth once the audio context is initialised.