|
DeveloperFAQ
Instructions for AndTweet project developers
Featured Feel free to ask any questions in the AndTweet Google Group! Contribute to the AndTweet ProjectHave you been thinking about coding your own features for AndTweet and want to know how best to proceed? With a few easy steps you can start developing AndTweet features:
Update site for Google code connector for Eclipse Mylin plugin: http://knittig.de/googlecode-mylyn-connector/update/ Install the MercurialEclipse (was: HgEclipse) plugin for Eclipse using the following update site: http://cbes.javaforge.com/update
Get a local copy of the AndTweet Mercurial repository with this command: hg clone https://andtweet.googlecode.com/hg/ andtweet To understand how Mercurial works please read the book "Mercurial: The Definitive Guide" by Bryan O'Sullivan.
Please see the screenshot below for the settings of your application:
5.2. Insert your application's private keys to the project: See "/src/com/xorcode/andtweet/net/OAuthKeys.java" file for more information. Debugging
To turn debugging on you should:
sdk/tools/adb -d shell (to start a shell for emulator replace -d with -e in the example above) or install e.g. "Better Terminal Emulator Magic" on your device and launch it
setprop log.tag.!AndTweet VERBOSE getprop log.tag.AndTweet To turn debugging off (only ERROR level messages will be logged):
|