AutoDroid icon indicating copy to clipboard operation
AutoDroid copied to clipboard

No module named 'start' when running droidbot -h

Open JacksonLei123 opened this issue 1 year ago • 1 comments

Getting this error when running droidbot -h after doing pip install

Screenshot 2024-06-13 105927

Using a Python virtual environment (.venv) when installing pip packages

JacksonLei123 avatar Jun 13 '24 15:06 JacksonLei123

I solved the issue with running this on root directory. I tried to do test it on the calendar app so I wrote it like this:

python start.py -a /Users/username/Downloads/apks/com.simplemobiletools.calendar_3.4.2-118_minAPI16.apk -o output/calendar -task "create a event of laundry" -keep_env -keep_app

GitHae1337 avatar Jul 03 '25 01:07 GitHae1337