Menu

App inventor offline version problem

Bunmi
2023-10-02
2023-10-06
  • Bunmi

    Bunmi - 2023-10-02

    Hello Everyone

    I just got an offline version of App inventor 2.

    I noticed I can't access the server without connecting to the internet.

    Is that how it works?

     
  • Ramiro  Prieto Alvarez

    There seems to be a bug when pressing StarInvent it doesn't open the server in the browser, but you can access it at localhost:8888. Also mention that to work completely offline you have to test your apps via USB connection.

    The script that is executed when pressing StarInvent is the following:

    @echo off
    for /f "tokens=1,2 delims=:" %%a in ('ipconfig ^| findstr "IPv4"') DO (set miIP=%%b)
    set miIP=%miIP:~1%
    explorer "http://%miIP%:8888"

    Since there is no internet connection this script fails, but you can access it manually at localhost:8888.

     
    • Bunmi

      Bunmi - 2023-10-06

      Thank you for this.

       

      Last edit: Bunmi 2023-10-07
  • Bunmi

    Bunmi - 2023-10-06
     

    Last edit: Bunmi 2023-10-07

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.