Creating an android project is the same as creating a regular java project, but
you use the android
nature instead:
:ProjectCreate /path/to/my_project -n android
This will result in a series of prompts for you to input your project's information:
Note: at any point in this process you can use Ctrl+C to cancel the project creation.
Once you've finished supplying the necessary information, your android project will be created. An android project is simply a specialized java project, so you can now leverage all the eclim provided java functionality while developing your app.
:AndroidReload - Reloads the Android SDK environment in the running eclimd/eclipse instance. Useful if you've made changes to the SDK outside of eclipse (installed a new target platform, etc).