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 项目(只是 java 项目)中的一些 android 类。
我实际上需要做的:
Class c = Class.forName("android.widget.Button");
显然我得到一个 java.lang.ClassNotFoundException: android.widget.Button
我可以做我想做的事吗?
不要在 eclipse 中添加 Android Classpath Container,而是添加单独的 android.jar..its 建议添加最高的 android 版本,然后创建一个 local.properties 文件来存储构建脚本的位置。