Helpful Android Commands
make sure “adb” is on your path
// start a background process that
// writes 10 rotating 5MB log files.
$adb shell
logcat -f /sdcard/log.txt -r 5000 -n 10 &
// uninstall application
$adb uninstall com.softllc.app
// to create an ant build file from an eclipse project
// set default directory to project
$~/android-sdk-mac_x86/tools/android update project -p .
// handy build commands
$ant clean
$ant release
$ant debug
Tags: android, android developer, development, java, logging, soft, soft llc
Try out the MambaText demo, built by Soft LLC. Download MambaText and start a conversation with someone near you.
CAUTION: this demo is beta software.
SOFT LLC announces its initial release of LiteFont, a freetype font rendering engine designed for the Brew Mobile Platform.

