Android installation
Android installation
Section titled “Android installation”Requirements
Section titled “Requirements”- Android 8.0 or newer (
minSdk 26). - Network access for pCloud browsing and streaming.
- A pCloud account in either the European or United States region when using the provider source.
Install a release APK
Section titled “Install a release APK”- Download the APK from the matching GitHub release.
- Verify the published SHA-256 checksum when one is provided.
- Allow installation from the browser or file manager used for the download.
- Install the APK and revoke the temporary installer permission afterward.
The project does not currently publish through Google Play. Release artifacts are produced from the repository workflow and should be obtained from the project release page rather than third-party mirrors.
Developer installation
Section titled “Developer installation”From a clean checkout with Docker available:
make doctormake testmake buildadb install -r app/build/outputs/apk/debug/app-debug.apkThe build accepts PCLOUD_CLIENT_ID for browser OAuth-capable builds. The direct account flow is available as an interim provider integration and does not require embedding a client secret.
Android background playback
Section titled “Android background playback”Playback runs through an Android Media3 service. The system notification and lock-screen controls remain available while the activity is not visible. Battery restrictions imposed by the device vendor may still stop long-running playback; exempt properpcloud from aggressive battery optimization only when necessary.
