I am newbie to android so i wonder java installation is required to run android project from eclipse SDK ?
If it is required then i already installed it. Then why i am getting this error:Error while running android project in eclipse IDE
I am newbie to android so i wonder java installation is required to run android project from eclipse SDK ?
If it is required then i already installed it. Then why i am getting this error:Error while running android project in eclipse IDE
Yes. For starters, you cannot run Eclipse without Java, as Eclipse is a Java application. You also cannot compile an Android application without a compatible JDK installed.
Please read the "Get the Android SDK" page, especially the "System Requirements" section.