Note that before you can install or use ADT, you must have compatible versions of both the Eclipse IDE and the Android SDK installed.
- Clone this project.
- Add ActionBarSherlock to your workspace, see below.
- Clone TV Ticker/mobile from its GIT url.
-
- Go to File -> New -> Android Project.
- Click "Create from existing source" and use the cloned url of the mobile repo.
- Use "TV Ticker" for the project name.
- Click next. Use Android 3.2, and then click Finish.
- Right Click TvTicker, Properties -> Java Build Path -> Libraries -> Add External jar -> add <path_to_tvticker>/lib/CWAC AdapterWrapper -> Finish
- Right Click TvTicker, Properties -> Android. From Library, remove any references to JakeWharton-ActionBarSherlock and add correct reference by clicking Add and selecting ActionBarSherlock.
- Run your project.
This requires ActionBarSherlock, Please visit how to use for more details.
- Clone ActionBarSherlock
- Add it to Eclipse:
- Click File -> New Project -> Android Project. Click "Create from existing source" and use the library/ folder inside the cloned project.
- For Project name, using ActionBarSherlock
- Click Next
- Choose "Android 3.2" as the target and click Finish