"Do not install or update anything" when creating a new project in Android Studio

I update to the latest 0.85 beta in Android Studio, and when in the last step I create a new project, it will prompt me: "Do not install or update anything" and the progessbar is always on boot.
ps: I am using Android SDK , path from ADT what it looks like

+3


source to share


2 answers


I had the same problem and started a new project and this time chose a different minimal API and the problem was resolved. you can always change the minimum API;) I chose minimum API 9 before, then I chose API 14 (Android 4.0)



Hope it helps.

+1


source


I had the same problem and solved it:



  • Download and install the requested build tools or framework from the SDK manager.
  • After installation (you can find the downloaded zip files in the temp folder placed in the android-sdk folder in the program files - C: \ Program Files (x86) \ Android \ android-sdk \ temp), go to the tools build, find the dx. bat and execute it.
0


source







All Articles