Hi Jonny,

I'm using Ganymede for Android development with no problems, so I
wouldn't try any other versions of Eclipse - it's probably your setup
that's wrong.

If you bring up the 'Problems' view, it should give you an indication
of what's actually wrong with your project. 'Window -> Show View ->
Problems'. Now click on the package icon that has the error - a
message should appear in the Problems window explaining what's wrong.

--Mark

On Mar 12, 1:58 am, JonnySnip3r <jonnysni...@googlemail.com> wrote:
> Hey guys was wondering if you could help me, im new to the JAVA
> programming language just started in fact i have installed the
> following...
>
> android-sdk-windows-1.1_r1
> apache-ant-1.7.1-bin
> droiddraw-r1b11
> jdk-6u12-windows-i586-p
> Eclipse Ganymede (latest)
>
> i have installed all the android updates for eclipse but every time i
> start a new android project to learn i keep getting a red cross at the
> side of the package telling me there is an error :|
>
> im a n00b and i have no idea hope someone can help me  i want to start
> ASAP here is where the error is...
>
> Code:
> package com.android.hello.android.hello;
>
> import android.app.Activity;
> import android.os.Bundle;
>
> public class android extends Activity {
>     /** Called when the activity is first created. */
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         setContentView(R.layout.main);
>     }}
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to