0

last week I have installed intellij 2018.1 in my computer for android programming. after that I have found intellij need android sdk and android studio have sdk tools. I downloaded android studio 1.1 everything was fine but android studio 1.1 is to much old. I have created a project with intellij but android_layout.xml file stuck at "waiting for build to finish". I downloaded android studio 3.1.4 latest final version. But android studio was show same error in intellij. I have reinstalled gradle manually I have tried with command prompt but nothing was changed. anytime android studio show intresting results. I'll be much thankful if you could help me

Aryan
  • 13
  • 3

1 Answers1

0

Firstly, Google already released an official tools for Android development, that is Android Studio. Once you installing Android Studio you'll be prompted to install Android SDK as well during the process. Follow the flow. And, make sure to use the latest Android Studio available from the site, : https://developer.android.com/studio/

and follow the tutorial from here: https://www.javaworld.com/article/3095406/android/android-studio-for-beginners-part-1-installation-and-setup.html

You can't just use any AS version with any Gradle version that you want. As you already have AS fully setup, there's no need for IntelliJ IDE, at least for now. You're getting stuck at "waiting for build to finish" because you're using old verion of Android Studio, that even Instant Run and Cached Build been introduced.

Infinite Loops
  • 671
  • 3
  • 11
  • 23