PUP boilerplate (Base substitute). Trying compile with Android device

Hello, I try to compile de basic example from PUP (http://cleverbeagle.com/pup/v1/introduction) but I only got a eternal message “Starting your app…”

Not problem to compile for Android with other basic examples like meteor Todos example.

The command I am using is:

meteor --settings settings-development.json run android-device

and to see log:

METEOR_PROFILE=1 METEOR_LOG=debug meteor --verbose --settings settings-development.json run android-device

Any idea about how compile PUP basic example for android-device ?

Into my verbose output log, I see a line (near end) that says 'Prepared android project successfully '. so I think is not a problem of compilation…