Skip to main content
Feedback

Creating an Adapter using IntelliJ IDEA

Preparing IntelliJ IDEA:

  1. Open IntelliJ IDEA and click Import Project.

  2. In the Import Project dialog, navigate to the SDK folder as input for Gradle project.

    Adapter using intellij

    Select the Gradle options as shown in the image.

  3. Click Finish to upload the project. The content of the project can be seen in the project view.

    Adapter using intellij

    Copy the required third-party libraries in the lib folder of the sub project.