user4125772
user4125772

Reputation: 159

Eclipse: Cant create new Android Application Project?

I am trying to create a new Android Application project within Eclipse Luna as follows:

File > New > Android Application Project

However when I try to do so the "Next" Button is greyed out, i.e.:

enter image description here

It is important to note that I am purposely using older versions of the SDK and ADT (Both 21.0.0) as they as compatible with a 3rd Party plugin I wish to use.

Within my SDK manager I get the following screen:

enter image description here

Every time that I try to install the Android SDK Platform tools, SDK manager states that it is installed but it never is. Could this be the cause of my initial problem?

How can I solve this and be able to create an Android Application Project?

EDIT:

When I try to select a compiler there is nothing in the drop down menu:

enter image description here

Upvotes: 0

Views: 470

Answers (2)

Abdulaziz Almalki
Abdulaziz Almalki

Reputation: 16

Install the SDK platform-tools to solve the empty drop-down sub-problem

Upvotes: 1

Jaydeep
Jaydeep

Reputation: 110

Select supported Compiler.

as shown below.

enter image description here

Upvotes: 0

Related Questions