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.
我正在从 Eclipse 迁移到 Android Studio。
在我的项目设置(从 eclipse 中导出)中出现:
未使用库“dexedLibs”
我必须将它添加到我的项目中吗?
dexedLibs 是 Eclipse 使用的内部中间文件夹。你不应该对它做任何事情。
Gradle 还没有使用 pre-dexing,但它会出现,并且当它使用时,位置将与 Eclipse 项目不同。