The following guide will download Eclipse and install Android Eclipse plugins for Java application development on Android Hardware.
Install Eclipse
-
Download Eclipse Indigo (or the most updated version of Eclipse Java 32bit)
-
Extract the compressed file to your Desktop
-
Download Liquidware Android SDK Tools.
- Extract the compressed file into your Desktop/eclipse/plugins folder
- Make sure you have java installed on your machine:
- Proceed to steps Install Android Eclipse SDK plugins
Install Android Eclipse SDK plugins
-
Open Eclipse
-
If it's your first launch, when prompted, check "Use this as the default and do not ask again" Click OK
- Select Help > Install New Software...
-
- Click Add, in the top-right corner.
-
- When the Add Repository dialog that appears, enter the following:
- Name: ADT Plugin
- Location: https://dl-ssl.google.com/android/eclipse/
- Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
- Click OK.
- In the Available Software dialog, select the check box next to Developer Tools
- Click Next.
- In the Install Details dialog, you'll see a list of the tools to be downloaded.
-
- Click Next.
- Read the license agreements, and if you agree, accept the terms
- Click Finish.
- Note: If a message says "You are installing software that contains unsigned content... Do you want to continue with the installation?" Click OK
- "It is strongly recommended that you restart Eclipse..." Click Yes
- Open Eclipse (if not already opened)
- Proceed to Select the SDK API Directory
Install the Android SDK
- Download the SDK form here: http://developer.android.com/sdk/index.html
- Follow the installer on-screen instructions
- Optional: put the path to the SDK adb executable in your OS path environment variable
- Proceed to Power the Board
Power the Board
- Insert your Android SD Card into the BeagleBoard
- Plug a mini-USB cable into the BeagleBoards USB OTG port
- Apply DC power to the board
- Proceed to Set Up ADB on Mac OS X or Windows or Linux
Set Up ADB on Mac OS X
- ADB is already setup in Mac OS X
- Proceed to Create a SkeletonApp
Set Up ADB on Windows
- The driver won't be recognized automatically, you need to install it.
- In Windows 7, click Devices and Printers
- Right click rowboat gadget >> Click Properties >> Click Hardware Tab >> Click Properties >> Click Driver
- Browse to the rowboat gadget driver inside the Desktop/eclipse/plugins/android-sdk-2.1/google-usb_driver folder
- Proceed to Create a SkeletonApp
Set Up ADB on Linux
- See Installing apk packages over USB with adb
- Proceed to Create a SkeletonApp
Create a SkeletonApp
- File->New Project...
- Click Android->Android Project
- Click Next
- Click the "Create project from existing sample" radio button
- Choose SkeletonApp
- Click Finish
- Click on the SkeletonActivity project folder
- Make sure the device is on and the USB Type-B cable is plugged in
- Click Run (White triangle button on Green background)
- Choose Android Application
- Click Run and your app should run on the device
<span class="mceItemHiddenSpellWord">https</span>://dl-ssl.google.com/a<span class="mceItemHiddenSpellWord">ndroid</span>/eclipse/
Comments (0)
You don't have permission to comment on this page.