Dynamically loading aar library

别等时光非礼了梦想. 提交于 2019-12-22 03:18:05

问题


I'm trying to build a library and dynamically load it in another app in Android Studio using gradle.

I understand how to create jars and turn them to dex files for loading. But when I build a library in Android Studio with Gradle - I don't get a jar - I get an aar file - which I can't seem to turn to or load as a dex.

How can I turn the aar to a dex file?

来源:https://stackoverflow.com/questions/20709460/dynamically-loading-aar-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!