Setup Intellij Idea and Android SDK
Step 1
Download latest JDK version Click here
Install JDK and add java to System Environment path.
Step 2
Download Intellij Idea IDE Click here
Install java IDE.
Step 3
Open Intellij Idea
Create new project
Select project type as Android
Then allow IDE to install Android SDK
After completion of SDK installation
Create a new android project
Select Empty Activity
Wait for project getting ready
When the project getting ready it will automatically downloads gradle
After completion of Gradle installation you will able to edit the design
Make changes according to your need
Then click Device on window right top
Then add virtual device
After Completion of adding virtual device
Click Run Icon
Your Project will run successfully.
0 Comments