Native Android client for browsing a PocketLAN host on the same private network.
This folder is independent from the parent PocketLAN Windows project. The copied client/ folder is kept only as a visual/API reference; the Android app builds from app/ and talks to the host over the public PocketLAN HTTP API.
Open this folder in Android Studio, or run:
$env:JAVA_HOME='C:\Program Files\Android\Android Studio\jbr'
$env:ANDROID_HOME="$env:LOCALAPPDATA\Android\Sdk"
gradle :app:assembleDebug- Start the PocketLAN host on the computer that is sharing files.
- Open the Android app.
- Enter the host IP address, API port, and the app PIN if the host requires one.
- Browse, search, preview, upload, create folders, rename, delete, and download files from the native explorer.