first question: yes,the second approach(case 2) second question: no,you just build the whole android project for the first time. and after you modify something,like files in sms directory.you can do $make at the root directory of android source,and it just re-comlile the sms app,not the whole project
and another suggestion: you'd better make a copy of sms project in another directory,eg,mysms.then modify something to make it compile correctly On 2月5日, 下午3时27分, binklee <[email protected]> wrote: > Hi, > For a research, my goal is to modify the 'Messaging' application (the > package : packages/apps/Mms) > > 1) My first idea was to take the package from the open source code and > to begin a new (external from the source code) android project from > this package in order to test the modified application using the > eclipse plugin and directly launch it in the emulator. Unfortunately, > I realized I would need to import other packages that themslelf would > need other packages, ... So, at the end, this approach was not as good > as what i thought. > > 2) So, it seems to be easier to directly make the change I want to do > in the source code. > > My questions are : > - which of this approach do you suggest ? > - in case 2), should I have to re-build the whole android project each > time I want to test my modified application ? > > Thank you for your help, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

