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.
我正在设计一个新软件,它将是基于 Swing 的 Java 应用程序。我目前完全解耦了 GUI 层和业务层,希望有一天能将我的应用程序移植到 Android。当我将它移植到 Android 时,我打算只为我的GUIAbstractFactory.
GUIAbstractFactory
Android API 是否会构建具有未使用的 Swing 依赖项的代码库,或者我将被迫删除那些引用 Swing 的类?
只要rt.jarJ2SE 位于编译类路径上,它就应该可以正常编译。
rt.jar