0

I was starting to create an android application in Eclipse Juno. I filled out all the neccessary requirements but when I'm about to click the finish button, it won't work. I can click it though but it won't open a new android application workspace for me and I'm like stuck on it for hours. Can somebody tell me what to do? Thanks.

greg-449
  • 109,219
  • 232
  • 102
  • 145
Enzo
  • 21
  • 3
  • possible duplicate of [Cannot create a new android application on eclipse](http://stackoverflow.com/questions/14411189/cannot-create-a-new-android-application-on-eclipse) – TessellatingHeckler Jun 09 '15 at 04:02
  • "I was starting to create an android application in Eclipse Juno." Use Android Studio. Read the documentation. Save yourself the time. – Jared Burrows Jun 09 '15 at 07:32

1 Answers1

-3

The version of your SDK it not compatible with the JDK. All you have to do is to install the last version of JDK by use of the tool manager of eclipse of by searching for JDK on google and then directly installing it.

jotasi
  • 5,077
  • 2
  • 29
  • 51