appersonlabs / MakeTi

This repo is no longer supported and exists only for the sake of reference. Please use the new Titanium CLI
http://blog.mattapperson.com
186 stars 35 forks source link

Build Needs Device Running Issue #16

Open bubblewaretech opened 12 years ago

bubblewaretech commented 12 years ago

The build currently needs the device to be running or an associated emulator window for android builds. I would like to decouple this so we can build quicker and avoid any emulator issues that are not related to building the app.

Here is a log that illustrates this point:

make run platform=android Building with Titanium... as PROJECT_ROOT='/usr/local/hudson/hudson-home/jobs/RabbleApp/workspace' DEVICE_TYPE=android bash '/usr/local/hudson/hudson-home [DEBUG] Titanium not found... Testing another directory [DEBUG] Titanium found... [DEBUG] Titanium SDK 1.8.0.1.v20120116174635 found... [ERROR] Could not find a running emulator. [ERROR] Run this command in a separate terminal session: ~/Android/tools/emulator-arm -avd 10

mattapperson commented 12 years ago

I am on the road right now... as soon as I return home (friday) I will take a look at it :)

Sophrinix commented 12 years ago

can we get an update on this, please? Is this still an ongoing issue. I really want to roll MakeTi in to the Appcelerator Classes ( I am a TCE) and I have a class starting up in the last week of May in Tennessee.

Also, on a side note, in that error log, you really should use emulator-x86. It is a lot faster, unless you are needing to support older builds of android.

mattapperson commented 12 years ago

So you asking for the emulator to auto start when not running?

Sophrinix commented 12 years ago

That is how I am reading the issue. I haven't confirmed or denied this issue yet. I am just checking on if this is still an ongoing issue.