tags:

views:

30

answers:

0

If there are two android applications App1.apk and App2.apk and both requires external jar MyLib.jar( created by using export option in Eclipse ), Is it possible to keep external jar at some path on the phone and used by two applications ( using uses-library option in manifest )?

If MyLib.jar is added to "java build path" of project properties in eclips, It seems external JAR packaged with the APK ( dexdump of classes.dex shows external JAR classes ). Using this method packages the external JAR in both the application apk files.