我有一个名为aar
的{{1}}模块。我需要在我现有的android项目中添加它。我使用的是Android Studio 1.2.2。我已经尝试了许多像这些
How to manually include external aar package using new Gradle Android Build System
当我尝试使用这篇文章中的答案时,我大多遇到了这个问题
app-debug.aar
当我为此而事先知道我必须添加
Error:Execution failed for task ':app:processIcanpayDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/Shaik/Library/Android/sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value 1
但是我仍然遇到同样的错误,我没有成功将 defaultConfig {
multiDexEnabled true
}
模块添加到我的项目中。任何人都可以让我知道如何实现它。提前谢谢。
答案 0 :(得分:0)