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.
Titanium 模块不是 Android 项目,没有 Android 依赖项。
如何添加必须添加到 Android 依赖项的 jar。我尝试将其添加到引用的库中,但无法引用 sdk。
您可以将任何*.jar文件移动到android/lib目录并将任何二进制文件移动*.so到android/libs目录。Libs 将包含在最终的模块分发中。
*.jar
android/lib
*.so
android/libs