Hi everyone,
I will replace some of my JARs to AARs, but have some questions:
I will replace some of my JARs to AARs, but have some questions:
- If i use an AAR with inside Jar, assets and other sources(values.xml, assets, etc) it are accesible by the lib in runtime?
- If an AAR has a AndroidManifest.xml with permissons, services, etc, it are merged on the final App manifest?
- Its preferred to use AAR instead of simple JAR?
- What are the advantages using AAR(if there are)?