标签: android android-studio
我正在寻找一种通过命令行将.aar库导入android studio项目的方法。
答案 0 :(得分:4)
没有选项可以通过命令行包含它来编辑模块的gradle文件。但是你可以用sed做到这一点。
示例:
sed -i -e "s/dependencies {/dependencies {\n compile 'eu.rekisoft.android:lazyworker:1.0.0'/g" test.gradle