Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 android 项目中,我为 mysql 连接器 java 和 SQL2o 库 jar 安装了 maven。
但是当我编译时,我得到以下错误,我试图清理项目但我仍然得到相同的结果:
非零退出值 1 任务应用程序 preDexDebug 执行失败,退出值非零 1
非零退出值 1
任务应用程序 preDexDebug 执行失败,退出值非零 1
可能的问题是您的 java 版本。AAndroid Studio 2.x 要求 Java 和 JDK 在 1.8 以上。与更高版本的 Android 相同。解决办法是更新java