How to install NyARToolkit for Android

1. launch your eclipse.
How to install Android SDK is below.
http://developer.android.com/intl/de/sdk/installing.html

on emulator

2. Import source from git.
You can install git plug-in your eclipse from http://www.jgit.org/updates.
a. Select File -> Import -> Git -> Git Repository -> Next
b. Input URI: git://git.osdn.jp/gitroot/nyartoolkit-and/nyartoolkit-and.git -> Select Next
c. Deselect all branches and Select android-2.2 branch -> Select Next -> Next -> Finish
3. Build the project.
It will start automatically.
Select File -> Properties -> Resource -> Text file encoding -> Other: UTF-8 -> OK
If you see some errors, Exit eclipse and relaunch the eclipse.
4. Install your gadget.
a. Connect your gadget and PC through the USB cable.
If your PC does not recognize your gadget, Turn on "USB Debugging" on your device.
see below.
http://developer.android.com/intl/de/guide/developing/device.html
b. Select Run -> Debug -> Android Application -> OK on your eclipse.