Skip to main content

Android Studio/IntelliJ Plugin

The below guide will help you install DhiWise plugin to your Android Studio & IntelliJ IDE. With the help of this Plugin, developers can easily sync their application code from DhiWise platform to their IDE and start customizing the app code within seconds.

Install the plugin to IDE

  1. Select File ➝ Settings... ➝ Settings/Preferences ➝ Plugins

  2. Find DhiWise plugin in the Marketplace and click Install

note

Restart your IDE after installing the plugin.

Example banner

Sync code to IDE

Once you have installed the plugin you can directly clone the application from DhiWise platform. There are 2 ways to clone the project:

  1. File ➝ New ➝ Import from DhiWise.

  2. DhiWise ➝ Import from DhiWise.

Once you click on import from DhiWise, the input window will open.

Next, copy your application token from DhiWise dashboard and add it to the input window.

Example banner

Once you clicked on import from DhiWise, the input window will open paste the token into it.

Example banner

Example banner

Referring above GIF, now your code from DhiWise is synced in your IDE.

Also, moving forward, whatever changes you make on your DhiWise application you can easily merge them with the code on IDE.

tip

After this, if you make any changes to your application on DhiWise platform, Build app to implement those changes on your app, then simply go to IDE and press sync code. It will sync your code and show you all the conflict files, which you can merge similar to GitHub and GitLab.

Now your code from DhiWise is synced on your IDE. Also, moving forward, any changes you make to your application you can easily merge them with the code on Android studio.



Got a question? Ask here.