Not sure but sounds like you need to add android.jar to the project
classpath (somewhere in Project/properties menu of eclipse).

It's always the classpath.  Good Luck.

On Jan 18, 8:26 pm, djupp <manuelkaepp...@swissworld.com> wrote:
> Hello all
> I'm sorry, but I couldn't find anything searching for this (maybe I'm
> just really bad at searching :))
>
> The issue is the following:  I'm trying to write a little app to learn
> programming to android devices, but it seems as if my installation of
> either Eclipse or the Android SDK is screwed up.
> I cannot access any items from my R.java in my 'HelloWorld.java'; and
> eclipse refuses to build. But the items are there in R.java (for
> example:
>  public final class R {
>   [...]
>     public static final class id {
>         public static final int btn_clickme=0x7f050001;
>         public static final int txt_name=0x7f050000;
>   [...]) returns a "cannot resolve name" when used in findViewById
> (R.id.txt_name).
>
> Any ideas?
> Thank you very much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to