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
Jeffrey Walton is currently offline Jeffrey WaltonFriend
Messages: 2
Registered: September 2014
Junior Member
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
Sarika Sinha is currently offline Sarika SinhaFriend
Messages: 131
Registered: February 2010
Location: Bangalore, India
Senior Member
Asking in CDT forum might help !!
https://www.eclipse.org/forums/index.php/f/80/


Sarika Sinha
JDT Programmer
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
Jeffrey Walton is currently offline Jeffrey WaltonFriend
Messages: 2
Registered: September 2014
Junior Member
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: Thu Apr 25 20:50:10 GMT 2024

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

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

Back to the top