I am trying to break my Android Project into a common tree used by
multiple projects and a project specific tree. I use multiple projects
in eclipse or Intellij for common and app specific portions. The
common project has its own resources (Strings and icons) - I am having
trouble reading the common resources in the project specific code

I have tried getResources.getSystem().getString(id)
and activity.getString(id)

but neither does the right thing

is anyone doing something like this

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