On Wed, Jan 2, 2013 at 2:51 AM, galapogos <[email protected]> wrote: > On Monday, December 31, 2012 9:07:46 PM UTC+8, Mark Murphy (a Commons Guy) > wrote: >> You are welcome to copy the source code out of AOSP, import it into an >> Android SDK project, and hack away to get rid of things that do not >> compile anymore. This may take some time. > > Thanks. are there any guides on how this can be done?
When you get a compile error, get rid of the offending code. :-) Beyond that, I am not aware of any particular guides. >> > I don't >> > necessarily have to use Eclipse, I'm fine with "make Launcher2". >> >> That is not how you build an SDK project from the command line. > > So I guess you're suggesting importing the project to Eclipse and working > from there? That's certainly one approach. You are welcome to use android create project and then use Ant for your builds. The key is to understand that you need to create an ordinary SDK app based on the AOSP source code (with lotsa stuff hacked out), if you want your app to be "used on all Android devices". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Här kan du ställa och svara på frågor om applikationsutveckling på Android: http://www.andglobe.com -- 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

