Time for action – configuring your Android device
Perform the following steps to configure your Android device:
From the system settings make sure that Unknown sources in Applications is checked.
If you wish to allow debugging on the device, then you should also check USB debugging by navigating to Applications | Development.
What just happened?
You configured your Android device so that apps could be installed via the USB cable. You also enabled USB debugging, which means that you can inspect the device using the ddms
tool.
Running the app on an Android device is now a matter of connecting the device to the computer via a USB cable and selecting Android Device from the drop-down Run menu in Titanium Studio. The app will be compiled and installed onto your device ready for you to run.
Tip
You can distribute your module to testers by sending them the apk
file. The app .apk
file can be found at /build/android/bin/app.apk
.
If the user accesses the e-mail on their Android phone, they can just open...