Problem
The
simulator
argument that the Android
build.py
script accepts may cause confusion for users who presume that it relates to the ios Simulator:
appcel@shatner-ubuntu:~/.titanium/mobilesdk/linux/1.8.0.1/android$ ./builder.py
builder.py <command> <project_name> <sdk_dir> <project_dir> <app_id> [key] [password] [alias] [dir] [avdid] [avdsdk]
available commands:
emulator build and run the emulator
simulator build and run the app on the simulator
install build and install the app on the device
distribute build final distribution package for upload to marketplace
run build and run the project using values from tiapp.xml
run-emulator run the emulator with a default AVD ID and skin
As agreed by Opie and Marshall, it would be good to rename this to something more intuitive.
The
builder.py
has been deprecated in favor of the Titanium CLI and Titanium SDK 3.0.0. Furthermore, Android build uses the terminology "emulator" and iOS uses "simulator".Closing ticket as the issue won't fix.