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 应用程序使用 3rd 方插件。我需要使用不同版本的库快速创建构建。
两个版本的库都有相同的类。
谢谢,弦乐
我认为没有一种快速的方法可以在一个项目中切换库。更好的解决方案是在同一代码库上设置 2 个不同的项目,每个库版本一个项目。
出色地。它并不漂亮,但您可以将您的库添加到您设置的 2 个不同的 SDK 中。
然后,您只需更改 SDK 以构建一个与另一个。