+ 2
Can you build cross platform applications using a mobile phone?
I recently came across a youtube video on how to install Kivy on pydroid 3. Then I said to myself :"That has to be a lie". After some research here I am . Can other cross plstform frameworks like React Native and Flutter run on a mobile phone?
5 Respuestas
+ 1
You can install kivy on pydroid 3, you can install most of the python packages, and to the second question, it's yes
+ 1
You need a terminal emulator called Termux, but it only works on Android 7.0 and above, download it from here https://f-droid.org/en/packages/com.termux/ ,the play store version is outdated
+ 1
Then use the commands:
pkg upgrade && pkg update
then:
pkg install nodejs
+ 1
https://dev.to/shoa1bdev/how-to-create-a-react-app-on-android-1jh9#:~:text=First%20you%20need%20to%20Install,'Files'%20App%20for%20this.&text=Then%2C%20run%20pkg%20install%20nodejs%20.&text=To%20run%20the%20app%20go,would%20be%20live%20in%20localhost!
+ 1
You can also use the apt package manager