Implement startapp ads in aide ide

Tutorial on how to implement startapp ads in aide ide, this is a alternative admob ads. StartApp is a new monetization and distribution platform for Android applications designed to address the challenges the platform has created in terms of revenue generation for developers. [Toturial 1.1 startapp account set-up] First create startapp account, after complete register, click menu » my appps » and click the "Add apps" Next, if your apps is already upload in playstore, just enter the links, if none just click the "click here link below in the input textbox" and fill-up the form. And click the "add app" and copy your app id. [Tutorial 1.2 coding] In your "build.gradle" add this codes: compile 'com.startapp:inapp-sdk:3.10.1' Next goto your "AndroidManifest.xml" and add this follwing codes: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name=...