I have some questions on using a lgpl library in my android app:
- Is it possible to have the library anywhere else in my apk - not in the .dex-file?
- If I create a service in the same project, is the service within the .dex-file?
- Can android apps consist of more than one .dex-file in the apk?
- Is there a way to automatically install another apk during installation (without asking the user/without searching it first)?
Thanks, Florian