ti-fastbuild

Titanium build tools and UI for Atom

twynsicle

356

1

1.0.3

Apache-2.0

GitHub

This package provides the following services:

Atom plugin for Titanium

This is a fork of the official plugin at https://github.com/appcelerator/atom-appcelerator-titanium

Offers the following additional features:

Getting Started

Features

Run

image

Debugging

As long as the debug flag is present in the build, the extension scans logs look for the developer tools link and automatically opens it up within atom. By default Titanium 7 breaks on the first execution line, however this plugin will skip that. There is an option in the settings menu if you want to return to the default behavior. The dev tools slightly more limited than what is present in Chrome, but will give you access to the source and console - use ctrl-p to search for a file.

image

Fastbuild

This consists of two parts a) a file watcher that observes all changes to your /Resources directory and copies the changes into the unsigned apk in the build directory. b) the fastbuild button, this re-signs the apk and redeploys it to your device, hooking up logcat and the debugger.

Notes:

Console

This displays android logcat logs filtered to the pid of your deployed app. This does not log app crashes, so if you want to investigate a crash you'll need Android Studios logcat open.

It also comes with a couple of features over the official Titanium atom plugin: image

Additional Configuration

Addtional settings are available via the cog in the top right-hand corner image