Creating Project using Eclipse with ADT

EMDK For Android 4.0

Overview

This tutorial helps you creating a new Android application project using Eclipse ADT. This is going to be a common step for all the tutorials that use EMDK for Android API.

Note: If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all the latest IDE updates. Click here to create a new Android application project using Android Studio.

Creating The Project

  1. Create new Android Application project.

    img

  2. Assign names for the application and package specific to your tutorial of EMDK feature.

  3. Set the minimum required SDK to "API 16: Android 4.1 (Jelly Bean)".

    img

  4. Click "Next".

    img

  5. Click "Next".

    img

  6. Click "Next".

  7. Select "Empty Activity" Click "Next".

    img

    Note:
    If "Empty Activity" is not available make sure you are using "Android SDK Tools 22.6.3" and "Android SDK Platform Tools 19.0.2"

  8. Click "Next".

    img

  9. Click "Finish".

    Note:
    Currently there is nothing under "\assets" folder.

    img