View Single Post
Old 07-09-2009, 01:32 AM   #1 (permalink)
isup
Where's the search?
 
Join Date: Jul 2009
Posts: 18
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Red face Include 3rd party code to APK

Is anyone here familiar with Android make system? I have a Java application
which uses the 3rd party library jar. It can be built to an APK file by
either Eclipse or Linux system. The difference is the one built by Eclipse has the 3rd
party code in the APK package but the one built by Linux does not.

How can I add the 3rd party code to the build in Linux by modifing makefile?
isup is offline  

Last edited by isup; 07-09-2009 at 01:41 AM.
Reply With Quote