What were you trying to do?
I have php 8.4 installed and try
php artisan native:run --no-interaction (to prevent looking for emulator)
or native:run
the new patch prevented me in creating a build apk for android device saying
plugin 'nativephp/mobile-camera' requires android api level 33, but your sdk is 26. It didn't happen last night.
i tried adding NATIVEPHP_ANDROID_MIN_SDK=33 but no help at all.
another issue that's why I tried to update is mobile camera doesn't support Android 14. so I think this issue is on mobile-camera plugin. . if i used .gradlew assembleDebug i need to manually edit AdroidManifest.xml and build gradle.xts but it will not work until i run the native:build first. . but this prevent me too because it automatically calling for ioscommand too when i only wanted a Android apk. OS: LINUX MINT
What happened?
I want to have php artisan native:build android
How to reproduce the bug
install mobile-camera plugin and do run php artisan native:run --no-interaction
Debug Output
package version 3.1.1
php -v 8.4.18
os LINUX
os version 6.17.29.generic
emb php 8.4
plugins nativephp/mobile-camera
dev tools
android studio not found
gradle Gradle 8.13
java openjdk version 17.0.18 2026-2-20
Which operating systems have you seen this occur on?
No response
Which platforms were you trying to build for?
No response
Notes
No response
What were you trying to do?
I have php 8.4 installed and try
php artisan native:run --no-interaction (to prevent looking for emulator)
or native:run
the new patch prevented me in creating a build apk for android device saying
plugin 'nativephp/mobile-camera' requires android api level 33, but your sdk is 26. It didn't happen last night.
i tried adding NATIVEPHP_ANDROID_MIN_SDK=33 but no help at all.
another issue that's why I tried to update is mobile camera doesn't support Android 14. so I think this issue is on mobile-camera plugin. . if i used .gradlew assembleDebug i need to manually edit AdroidManifest.xml and build gradle.xts but it will not work until i run the native:build first. . but this prevent me too because it automatically calling for ioscommand too when i only wanted a Android apk. OS: LINUX MINT
What happened?
I want to have php artisan native:build android
How to reproduce the bug
install mobile-camera plugin and do run php artisan native:run --no-interaction
Debug Output
package version 3.1.1
php -v 8.4.18
os LINUX
os version 6.17.29.generic
emb php 8.4
plugins nativephp/mobile-camera
dev tools
android studio not found
gradle Gradle 8.13
java openjdk version 17.0.18 2026-2-20
Which operating systems have you seen this occur on?
No response
Which platforms were you trying to build for?
No response
Notes
No response