Ok I'm stupid.   Evidently it pulled in Android.R without me noticing.

On Fri, Jan 22, 2010 at 7:30 AM, Wayne Wenthin <wa...@fuligin.com> wrote:

> Nope.  I've tried cleaning it.  I'm starting to wonder if its eclipse.
> Maybe there is some setting that allows you to use the double asterisks in a
> comment.
>
> It's extremely frustrating since I was on the verge of another release.
>
>
> On Fri, Jan 22, 2010 at 12:52 AM, Jason Arora <jaso...@gmail.com> wrote:
>
>> Does Project->Clean help?
>>
>> On Jan 21, 4:59 pm, Wayne Wenthin <wa...@fuligin.com> wrote:
>> > I have already posted on their developer group but based on everything
>> I've
>> > seen I don't expect a reply.
>> >
>> > I have a strange problem.   When I added and adview to my app it
>> imported a
>> > bunch of comments that all start with /**   Eclipse is acting like it is
>> not
>> > a comment.  Although it isn't erroring out it has now marked anything
>> > starting with R.id as not existing.   Is this something I can remedy in
>> > eclipse or is it time to chuck my dreams of being mega rich off of all
>> the
>> > admob revenue I will be receiving?
>> >
>> > Example of the beginning of my R.java:
>> > public final class R {
>> >     public static final class attr {
>> >         /** <p>Must be a color value, in the form of
>> > "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
>> > "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int backgroundColor=0x7f010001;
>> >         /** <p>Must be a boolean value, either "<code>true</code>" or
>> > "<code>false</code>".
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int isGoneWithoutAd=0x7f010005;
>> >         /** <p>Must be a string value, using '\\;' to escape characters
>> such
>> > as '\\n' or '\\uxxxx' for a unicode character.
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int keywords=0x7f010003;
>> >         /** <p>Must be an integer value, such as "<code>100</code>".
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int refreshInterval=0x7f010004;
>> >         /** <p>Must be a boolean value, either "<code>true</code>" or
>> > "<code>false</code>".
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int testing=0x7f010000;
>> >         /** <p>Must be a color value, in the form of
>> > "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
>> > "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
>> > <p>This may also be a reference to a resource (in the form
>> > "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
>> > theme attribute (in the form
>> > "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
>> > containing a value of this type.
>> >          */
>> >         public static final int textColor=0x7f010002;
>> >     }
>> >
>> > --
>> > Writing code is one of few things
>> > that teaches me I don't know everything.
>> >
>> > Join the Closed Beta of Call Girl Managerhttp://www.fuligin.com/forums
>>
>> --
>> 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<android-developers%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
> Writing code is one of few things
> that teaches me I don't know everything.
>
> Join the Closed Beta of Call Girl Manager
> http://www.fuligin.com/forums
>



-- 
Writing code is one of few things
that teaches me I don't know everything.

Join the Closed Beta of Call Girl Manager
http://www.fuligin.com/forums

-- 
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