Home / Phonegap / Android Installation / SDK Integration

Android Installation

SDK Integration

1. Add the support for Android inside your PhoneGap project:

`` $ phonegap platform add android


**Note:** This command line will create a folder “platform” and a subfolder “android” inside your project.

$ plugman install --platform android --project /platforms/android --plugin /


### 2. Install the Tappx Plugin by executing the next command:

$ plugman install --platform android --project /platforms/android --plugin /


**Important:**

- {project_route} -> Replace this macro for your project’s path.
- {tappx_plugin_route} -> Replace this macro for the path where you saved the Tappx Plugin that you have downloaded.