Hi, I’m new to Kodular and I apologize if this is the wrong Category, but I saw no categories for tech support questions.
I’ve been using MIT App Inventor successfully with my USB connected phone. However, I just cannot get the TEST to use my phone successfully.
I finally added the Kodular Companion thru the Play Store, but it takes forever to download each time I want to test my app. I’d rather use the USB test. Here’s what I get:
- adb has connected my phone, the terminal window says it is connected.
- python MakeroidStarter.py is running and “bottle” is installed (ran pip install -r requirements.txt)
- Starter terminal window displays:
(‘Makeroid Starter’, ‘v1’, ‘for’, ‘Linux’)
Bottle v0.12.13 server starting up (using WSGIRefServer())…
Listening on http://127.0.0.1:8004/
Hit Ctrl-C to quit.
Testing…
Checking device…
(‘Problem checking for devices : status’, 1, ‘\n’)
Test Failed!
127.0.0.1 - - [09/Jun/2019 10:59:28] “GET /utest/ HTTP/1.1” 200 32
Samsung Galaxy S6 has Developer options ON and Developer Option USB debugging checked.
Dialog popped up asking for permissions, checked on
./adb devices (06-09 10:59:12)
List of devices attached
02157df29da60415 device
Everything looks copacetic, but the Test USB still gives me this:
The Kodular Starter helper does not appear to be running.
So I go to the Need Help link, and press the buttons and it says:
[IS STARTER RUNNING]
Yes, it is running.
[IS YOUR PHONE CONNECTED]
No, it is not connected.
I’ve tried multiple phones, I’ve rebooted and restarted everything. Any help would be greatly appreciated.