Hi, Is is possible to build apk with jar, Manifest.xml, and res directory?
I've a jar file with one activity. Application which will use this jar can come from external. I'm not giving my jar file to the app developer. I would like to build an apk which includes my jar, application jar, application manifest and resources. According to this thread http://groups.google.com/group/android-developers/browse_thread/thread/11aa21996839cef5/9d3d978fdfcd48e9?hide_quotes=no, we can't include resources and manifest in a jar. My goal is to edit the manifest to list my activity (the one inside jar) and make it as a launcher activity, and build apk with application jar, resources and my jar. I understand ant needs other things like build.xml and project properties. Is there any other way to build apk from command line with jar, manifest, biuld.xml and resources? Thanks, sumd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

