ARTICLE AD BOX
I've made a clean build of PHPNative (https://github.com/lyskouski/app-game-fantasyland)
composer create-project laravel/laravel . composer require nativephp/mobile php artisan native:install php artisan native:runAfter the last command on Android the logo of PHPNative is shown a second and then white screen with an error:
Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Failed opening required '/data/user/0/com.tercad.fantasyland/app_storage/laravel/vendor/nativephp/mobile/bootstrap/android/native.php' (include_path='.:') in Unknown on line 0Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Failed opening required '/data/user/0/com.tercad.fantasyland/app_storage/laravel/vendor/nativephp/mobile/bootstrap/android/native.php' (include_path='.:') in Unknown on line 0
What might it be? Logs show nothing (like everything is fine)
[2026-02-22 18:59:23] === NativePHP Android Build Started === [2026-02-22 18:59:23] PHP Version: 8.4.18 [2026-02-22 18:59:23] OS: Linux [2026-02-22 18:59:23] Working Directory: /home/vlyskouski/Work/_tercad/fantasyland [2026-02-22 18:59:23] Build Type: debug [2026-02-22 18:59:23] Android project path: /home/vlyskouski/Work/_tercad/fantasyland/nativephp/android [2026-02-22 18:59:23] Validating build environment... [2026-02-22 18:59:23] NATIVEPHP_APP_ID: com.tercad.fantasyland [2026-02-22 18:59:23] NATIVEPHP_APP_VERSION: 1.0.0 [2026-02-22 18:59:23] Build environment validation passed [2026-02-22 18:59:23] Checking ADB availability... [2026-02-22 18:59:23] ADB is available [2026-02-22 18:59:23] Target device: RFCT10J2GRY [2026-02-22 18:59:23] --- Preparing Android Build --- [2026-02-22 18:59:23] Skipping Gradle cache clean (debug build) [2026-02-22 18:59:23] Updating Android configuration... [2026-02-22 18:59:23] App ID: com.tercad.fantasyland [2026-02-22 18:59:23] Updating ICU configuration... [2026-02-22 18:59:23] Updating version configuration... [2026-02-22 18:59:23] Version: 1.0.0 [2026-02-22 18:59:23] Version Code: 1 [2026-02-22 18:59:23] Updating app display name: Laravel [2026-02-22 18:59:23] Updating permissions... [2026-02-22 18:59:23] Updating orientation configuration... [2026-02-22 18:59:23] Updating deep link configuration... [2026-02-22 18:59:23] Updating Firebase configuration... [2026-02-22 18:59:23] Updating build configuration... [2026-02-22 18:59:23] Minify: disabled [2026-02-22 18:59:23] Shrink Resources: disabled [2026-02-22 18:59:23] Debug Symbols: FULL [2026-02-22 18:59:23] Updating status bar style: auto [2026-02-22 18:59:23] Updating local properties... [2026-02-22 18:59:23] Android configuration updated [2026-02-22 18:59:23] Installing Android icon... [2026-02-22 18:59:23] No icon.png found at public/icon.png, skipping [2026-02-22 18:59:23] Installing Android splash screen... [2026-02-22 18:59:23] Light splash (splash.png): not found [2026-02-22 18:59:23] Dark splash (splash-dark.png): not found [2026-02-22 18:59:23] No splash screens found, skipping [2026-02-22 18:59:23] Preparing Laravel bundle... [2026-02-22 18:59:23] Source: /home/vlyskouski/Work/_tercad/fantasyland [2026-02-22 18:59:23] Destination: /home/vlyskouski/Work/_tercad/fantasyland/nativephp/android/app/src/main/assets/laravel_bundle.zip [2026-02-22 18:59:23] Temp directory: /home/vlyskouski/Work/_tercad/fantasyland/nativephp/android/laravel [2026-02-22 18:59:23] Removing existing bundle zip... [2026-02-22 18:59:23] Excluded directories: storage/framework/sessions, storage/framework/cache, storage/framework/testing, storage/logs/laravel.log, .git, node_modules, nativephp/ios, nativephp/android [2026-02-22 18:59:23] Copying Laravel source... [2026-02-22 18:59:26] Installing Composer dependencies... [2026-02-22 18:59:29] ... some deprecation notifications ... [2026-02-22 18:59:31] Writing version file: 1.0.0 [2026-02-22 18:59:31] Copying and cleaning .env file... [2026-02-22 18:59:31] Copying artisan.php bootstrap... [2026-02-22 18:59:31] Creating bundle archive... [2026-02-22 18:59:38] Bundle size: 40.22 MB [2026-02-22 18:59:38] Cleaning up temp directory... [2026-02-22 18:59:38] --- Android Build Preparation Complete --- [2026-02-22 18:59:38] --- Starting Gradle Build --- [2026-02-22 18:59:38] Gradle wrapper: ./gradlew [2026-02-22 18:59:38] Gradle task: assembleDebug [2026-02-22 18:59:38] Verbose mode: disabled [2026-02-22 18:59:46] Gradle build completed successfully [2026-02-22 18:59:46] Installing APK: adb -s RFCT10J2GRY install -r "/home/vlyskouski/Work/_tercad/fantasyland/nativephp/android/app/build/outputs/apk/debug/app-debug.apk" [2026-02-22 18:59:57] APK installed on device [2026-02-22 18:59:57] Launching app: adb -s RFCT10J2GRY shell am start -n com.tercad.fantasyland/com.nativephp.mobile.ui.MainActivity [2026-02-22 18:59:57] App launched on device [2026-02-22 18:59:57] === NativePHP Android Build Completed ===1,96922 silver badges30 bronze badges
Explore related questions
See similar questions with these tags.
