Ti 3.3.0GA on Linux
Hello @all,
being new to Titanium, I am trying to pass additional arguments to the Android emulator and I cannot figure out how. I read the sources and I know I could just edit avd.js but I bet there is a more sane way to do this since avd.start actually knows quite a lot parameters by itself (and even the ones I care about) and can actively add them to the arguments if they are passed through a mysterious opts variable.
Does anyone know how to configure this?
Thanks a lot in advance. Matthias