Houcem Berrayana wrote:
> Is there a way to export
> R.java and /re/values/attrs.xml

Not in a regular JAR, no.

> If not is there a way to tell java
> compilator not to look for R.class ???

Not really. You can use getIdentifier() on Resources to look up the IDs
you need on the fly, but please cache those values, as that call is
apparently a bit expensive (uses reflection IIRC).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to