Eclipseandroidrtc - nchaimov/android-autograder GitHub Wiki
You can install Rational Team Concert within linux using IBM's installation management program + the Rational Team Concert Repository. If you install using this method you can select to install into your own installation of eclipse or use the one that they've bundled RTC with. If you use the bundled version you end up with a version that is based on eclipse 3.5 Which is not compatible with the latest android tools. Using the same installer to select your own version of eclipse fails on 64bit architectures because the installer complains that the version of eclipse your installing into is different that it's target architecture, however there are 64bit linux files available. Short instructions for setting up build environment:
- Download + Install the latest version of eclipse.
- Download the RTC p2 installer https://jazz.net/downloads/rational-team-concert/releases/3.0.1.3/RTC-Client-p2Repo-3.0.1.3.zip
- Use the Help > Install New Software menu to load RTC into your current environment.
- Use the same menu to install the ADT android plugin for eclipse. (http://developer.android.com/sdk/eclipse-adt.html#installing)
- Follow step 1 from this tutorial to setup the eclipse RTC client to connect jazz hub. (https://jazz.net/hub/manager/help/tutorial1)
- Instead of creating your own stream as in the tutorial you can just check out the main project stream and select any of the components that are in it (App Inventor Source, Test Application (Robotium)
- Write awesome software!