On Tue, Dec 7, 2010 at 4:42 AM, Ecthelion <[email protected]> wrote:
> I agree with Bob that an error is a bit over the top. E.g. I include
> software from another company as a library project in one of my apps.
> This foreign software uses the old formatting using %s %s inside a few
> strings, which is now reported as an error. Now I can neither change
> the string, because this might break functionality, nor may I use the
> new SDK because this produces an error where a warning would have been
> sufficient. So I am stuck with Android 2.2 SDK :-(.

If it is an Android library project, you can definitely change the
string. That's half of the point of *having* Android library projects
-- so developers can modify resources as needed. In your project,
override the library's string resource with one of your own with the
same name, and it will be used. You do not have to modify the actual
library project yourself.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | 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