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 中导入 com.android.internal.app。我创建了 Android 项目,但这些应用程序是不可见的。我应该更改项目属性中的某些内容吗?
我要导入:
导入 com.android.internal.app.AlertActivity;导入 com.android.internal.app.AlertController;
感谢您的任何建议!
com.android.internal.*类是 Android 框架的内部类,它们不打算公开,因此它们在 Android SDK 中不可见。这些课程可能会从 Android 团队更改,恕不另行通知开发人员。不建议将它们用于开发应用程序,因为您的应用程序很可能会在下一个 Android 版本中被破坏。
com.android.internal.*