https://bugzilla.novell.com/show_bug.cgi?id=661858
https://bugzilla.novell.com/show_bug.cgi?id=661858#c2 --- Comment #2 from Jonathan Pryor <[email protected]> 2011-02-08 22:37:20 UTC --- This bug has two parts: 1. We should allow users to add .jar files to a project and set a Build Action of AndroidJavaSource on them. monodroid.exe should then pass these .jar files to 'dx --dex' so that they're built into classes.dex as part of .apk file creation. This will allow including .jar files into .apk files in a normal fashion. 2. Platform .jar files aren't bundled into the .apk, and instead (I ASSUME) are referenced via <uses-library/> within AndroidManifest.xml. To support these, I imagine that monodroid.exe will need to parse the AndroidManifest.xml file and turn any <uses-library/> elements into additional `javac -classpath` paths. (1) seems straightforward enough. (2) I'm not sure about, as I can't find an example of a .jar file for use with <uses-library/> that is present within Android in /system/frameworks and is also present within the SDK. What's <uses-library/> for? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
