How to load Basic repository into Eclipse - RFO-BASIC/Basic GitHub Wiki
Clone the repository into a folder on your hard drive. Let's call it git_basic
In Eclipse:
Select File -> New -> Project.. -> Android, Android Project From Existing Code
Where it says: Root directory, browse to git_basic Press Finish
Right click on the new project. Select Properties (at the bottom of the list). In the Properties window, select Android. Under Project Build Target, check the highest API level you have (See note below). Press Apply and then OK.
From the menu, select Project -> Clean... Check the Basic project and press OK
You should be done with no errors.
Note: You should have at least API 16 (Android 4.1). If you do not, from the Menu, select Windows -> Android SDK Manager Minimally, install the "SDK Platform" for API 16.