Android Studio添加jar会出错

时间:2013-05-21 09:52:28

标签: android android-studio

我正在尝试添加nineoldandroid.jar,当我运行项目时,它会出现此错误:

Gradle: 
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':CustomProject:compileDebug'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

我无法理解我在做什么!

1 个答案:

答案 0 :(得分:1)

将jar放入 libs 文件夹中 右键单击它并点击“添加为库” 做一个干净的构建(你可以在Android Studio中做得很好,但要确保我在终端导航到我的应用程序的根文件夹并键入gradlew clean(我在Mac OS X上) ,您的系统上的命令可能不同)