Skip to content Skip to sidebar Skip to footer

Android Studio New Project Buttons Are Off And Disabled

I am very new to android development, and i have a very simple question about andriod studio program. I have installed every thing that is needed to open it, But now , when i want

Solution 1:

Most likely this is because you don't have any SDK's installed.

In Android Studio, go to tools -> Android -> SDK manager and download the API's you need for your new project, then try to start a new project again. You will be able to pick an SDK to compile against after this.

Solution 2:

Download your android tools, libraries and platforms that you will need to start your projects from SDK Manager

Post a Comment for "Android Studio New Project Buttons Are Off And Disabled"