Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Custom processing after build but before copy(Android adt jni )
Custom processing after build but before copy [message #1428254] Sun, 21 September 2014 14:43 Go to next message
Eclipse UserFriend
I'm working on an Android project. The project has a native library. Android/ADT projects use the Java perspective.

I need to perform some processing on the shared object. The processing needs to occur *after* Eclipse builds it, but *before* Eclipse copies it into the appropriate directory (and then signs/aligns the APK).

How does one perform a custom build step for a native shared object in Eclipse?

**********

I think the reason I am having difficulty is there's a custom build step that invokes ndk-build already: index.php/fa/19205/0/

And I don't have the builder properties described at http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_settings_steps.htm.
Re: Custom processing after build but before copy [message #1431067 is a reply to message #1428254] Thu, 25 September 2014 07:03 Go to previous messageGo to next message
Eclipse UserFriend
Asking in CDT forum might help !!
https://www.eclipse.org/forums/index.php/f/80/
Re: Custom processing after build but before copy [message #1431080 is a reply to message #1431067] Thu, 25 September 2014 07:15 Go to previous message
Eclipse UserFriend
Sarika Sinha wrote on Thu, 25 September 2014 07:03
Asking in CDT forum might help !!
https://www.eclipse.org/forums/index.php/f/80/

Thanks Sirika.

I believe Android uses the Java perspective.
Previous Topic:Running external launch program
Next Topic:How to Select type that implements some interface
Goto Forum:
  


Current Time: Sun Feb 16 06:37:35 GMT 2025

Powered by FUDForum. Page generated in 0.06452 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top