Re: [android-porting] Question on building modified framework code + windows emulator

2010-03-15 Thread Dianne Hackborn
I would strongly recommend that you provide your public API as a separate shared library (like the PlatformLibrary sample) that applications link against, rather than building your own framework JAR. That is the supported way of adding new APIs, as it allows developers to build against the standar

[android-porting] Question on building modified framework code + windows emulator

2010-03-15 Thread MBethDev
Hello, I'm not sure if this is the right forum to ask, but I'll ask anyway in case someone knowledgeable might know this: I recently added some functionality in the android framework code (more specifically I *added* a new class that encapsulates this functionality that I'm trying to write, and I