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.
我在 api 10 上开发了一个应用程序,现在想知道 Android 的 API 是否与其较新版本兼容?即如果我安装了 Android API 16,我可以使用在 api 10 平台上制作的应用程序吗?
所有 Android API 基本上都向后兼容,因此您的应用程序应该可以正常运行。
但是,您应该查看新版本的亮点和变更日志,以确保您的应用使用的 API 没有以有害的方式被修改。