Well, I guess you could create a template projects which includes a Jar, and then kicks of a build with the android SDK tools to get an APK. This isn't something that is going to be trivial though, and since you are trying to do it from c# you won't be able to use introspection to inspect anything in the Jar file.
Also what is your entry point for the application? Is there some kind of common interface you would want implemented in a class in the Jar file? -- 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

