Replies: 2 comments 1 reply
-
I've got the exact same problem. |
Beta Was this translation helpful? Give feedback.
-
I'm not quite sure if I figured out one of the problems but after some digging, I found a sample solution for the second problem. I did make the mistake of running In the end I just deleted the nativephp folder completely and ran But it didn't quite start in the android emulator yet. I needed to make sure that I installed the right SDK 36, in Android Studio under Tools -> SDK Manager and created a new emulator withthe Pixel 9 Pro chosing Api 36. Older Emulators just opened the app and closed them right away. Also, in the I hope this helps, Regards |
Beta Was this translation helpful? Give feedback.
-
anyone can help me with my problems since i cant build using nativephp also cant install using composer
I have set up the environment variables since already working different framework like react native, and nativescript.
what I did is install fresh laravel/vue
then setup the license given in the checkout of the product. composer command username and key
then add this to composer
then this happens
./```
composer.json has been updated
Running composer update nativephp/mobile
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
In CurlDownloader.php line 390:
curl error 23 while downloading https://nativephp.composer.sh/download/xxxxxxxxxxxxx/nativephp-1.0.2.zip: Failed writing received data to disk/application
Beta Was this translation helpful? Give feedback.
All reactions