Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sequoyah-dev] starting discussions on Android Native development support

I can give a quick update on what I'm doing.

Essentially, I'm doing two things. First is a Project conversion wizard that adds CDT capabilities to Android projects. This includes generation of a Makefile and build settings and setting the appropriate source and output folders to ensure CDT ignores the non native stuff. The second part is a toolchain definition for the CDT's build system so that we can configure paths appropriately for build time and to properly configure CDT's indexer to find the header files in the NDK.

That is all I plan on working on. Once gdbserver is supported properly for NDK apps, you'll likely want to hook that up to CDT's debug system. You may also want to do some further code generation to be able to create skeletal native code for Java native methods. I can help advise on that.

Let me know if you have any questions.
Doug.

On Mon, Apr 12, 2010 at 3:42 PM, Ruth Fabiana Soliani <ruth.soliani@xxxxxxxxxxxxxxx> wrote:

Hi Everybody,

 

On our next Open Call (Apr 19th) we intend to discuss what Doug has already done regarding Android NDK x CDT integration, as well as plan our next steps about Android Native support.

If you are interested in this subject, join our discussion!

 

There should be other topics in the agenda (which will be available on the project page timely). If necessary, we may schedule a separate meeting specific for this topic, but let’s try to fit it into our regular call first.

 

Best regards,

Ruth Soliani


_______________________________________________
sequoyah-dev mailing list
sequoyah-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/sequoyah-dev



Back to the top