How can I add aar-module into the project in IDEA (without gradle, using ant)?
问问题
4069 次
2 回答
0
使用 Android Studio,这几乎是一样的,我找到的唯一解决方案是将 .aar 内容提取到一个文件夹中以用于导入模块过程。( File -> Project Structure... -> Modules -> + button -> Import module
)
如果这不起作用,请检查上面提取的文件夹中是否有 .jar 文件并尝试将其加载为外部库(File -> Project Structure... -> Libraries
)
于 2016-09-14T00:17:04.700 回答
-1
在 android studio 中,file/new/new module
然后从现有的 aar 包中选择新模块
于 2015-07-16T07:34:36.137 回答