Skip to content

kaledis android-dev

The android-dev command watches your project and streams updates to a Love2D instance running on the Android device.

Terminal window
kaledis android-dev --ip <ANDROID_IP> [PATH]
  • --ip: The local IP address of your Android device (e.g., 192.168.1.15).
  1. Install the Love2D app on your Android device.
  2. Download the .love file from the repository : https://github.com/orpos/kaledis_go/releases.
  3. Ensure your computer and Android device are on the same Wi-Fi network.
  4. Put the ip written on the phone in the command below.
    Terminal window
    kaledis android-dev <IP_ADDRESS>
  • Connection Refused: Check firewall settings on your PC and ensure the IP is correct.
  • Lag: Performance depends on network speed. Keep assets small optimize reload times.