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?
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?