Kodular Starter is a program that creates a server on your machine that is used by the Companion to transfer data (e.g. blocks) between the Creator and your test device.
Kodular Companion is an app to test changes in your Kodular App Project, in real time. It can be highly valuable for prototyping, especially while building user interfaces. The app can connect to the Creator (TEST > Companion) once the Starter is running.
Note: All features might not work equally well on the Companion. It is advisable to compile an APK (EXPORT > Generate QR code for app or EXPORT > Save .apk to my computer) for thorough testing. Some components only work on compiled APKs, while some work differently for the Companion or the APK.
The Companion can be installed on Android devices from here.
How to use the Companion with the Creator running on a Linux host?
Prerequisites: To make the Companion work with a Linux host, youāll be needing the following packages:
python3
python3-bottle
git
Process: In this guide weāll be storing the Starter in ~/Kodular/, but any folder will do.
Manjaro doesnāt have apt as its Package Manager. You should install Muon or Synaptic Package Manager from the app store on Manjaro, and then use that to get the packages (I recommend that since both Muon and Synaptic provide a great GUI and search function for managing packages).
I used Manjaro for a while, it is quite different form the other linux distrib.
Pacman is the package manager on majaro, so you have to use the command :
It seems that this Starter is just an interface to use the adb, it just doesnāt work in fedora, it gives the same result as when we use the starter for windows with WINE