Also Read
Loading...
Sunday, October 4, 2015

Setting up Android Studio

10:19 PM
Before this, Read : Introduction to Webview app


After Installation, open android studio. You will see a screen like below screenshot. Select 'Start a new Android Studio Project'. if you are already a Android Studio user. Select File>Close Project to see the below screen.

webview with admob ads, splash screen,push notifications


In the next screen, Fill the fields with Application name, Company Domain(Give anything) and Package name. Select the Location to save your project.
Usually C:\Users\User name\AndroidStudioProjects
Click next

website app with push notifications


In the next screen, you have to choose the platform you want to run your app. Tick only the Option Phone and Tablet. Now select Minimum SDK. Giving API 9: Android 2.3(Gingerbread) will allow you to run your app in all devices which have android versions after Gingerbread. 
Click next

website app with admob ads


In the next screen you have to choose an activity for your app. Select Blank Activity and Click Next



You have to enter the attributes of your activity in the next screen. Do not delete or write anything new to the columns. Leave all the columns as it is. 
Click Finish



Now wait for the Build process to Complete. After it is complete, you will see a screen like this.

develop android app webview


Now Go to SDK Manager as given in the above screenshot. Now you can see Android SDK Manager Window. Scroll down to the bottom and Under the Extras Category Make sure Google Repository is installed. if not, Untick all the other columns, Tick the Google repository and click Install Packages. After that Select Accept and click Install.



Now the Setup Phase is Complete, Lets Proceed to Next Step

Next Read : Creating your Webview App : Part 1

0 comments:

Post a Comment

 
Toggle Footer