> I followed the instruction in 1.5 SDK upgrading at link
> http://developer.android.com/sdk/1.5_r3/upgrading.html, but i cannot
> got the whole build.xml file because there is not any task in it. I
> thought the update project process will copy tasks from the
> build.xml.old to new build.xml, but it didn't. There is not any hint
> mention I should copy it myself in that document. Was the process
> failed or I have to copy it myself?

The tasks that Android supplies are now held in Ant plugins, so you will
not see them in the build.xml file itself. If you created your own Ant
tasks, you will need to copy those over.

> Do i need do any change for my old
> tasks in the new build.xml?

That would depend, I suppose, on what those tasks did.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



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