Add Site URL and Other Configuration
You need to add your Site URL, RTL Setting, YouTube API Key, Chanel ID etc.
Go to com > itsanubhav > wordroid4 > Config.java
Change SITE URL
public static final String SITE_URL = "http://dev.itsanubhav.com/";Change this to your site url
Also make sure you put your URL in the AndroidManifest.xml file so that you app can deal with the deeplinks.
<data
android:host="dev.itsanubhav.com"
android:scheme="https" />