Running the Kapsel Application on Android

Open your Cordova based Kapsel project in Eclipse and run it on the emulator.

  1. In a Command Prompt window, make sure you are in the project folder and execute the command:
    cordova prepare android
  2. Start Eclipse.
  3. From the menu, choose File > Import.
  4. In the Import window, select Android > Existing Android Code Into Workspace.
  5. Browse to your project, <ProjectName>/platforms/android, select the android folder, and click Open.
  6. Click Finish.
    The project is imported into Eclipse.
  7. Right-click the project node and select Run As > Android Application.
Related tasks
Running the Kapsel Application on iOS
Running the Logon Application on iOS