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 的 Android apk 一个版本名称为 1.0,另一个版本名称为 1.1。我可以在 1.1 上安装 1.0 版本吗?
为达到这个,
您必须先卸载更高版本,然后再安装旧版本。
版本名称无关紧要。只需将android:versionCode名为 1.0 的版本设置为高于用于名为 1.1 的版本的任何值。
android:versionCode
不,这是不可能的。
在安装任何低版本之前,需要先卸载高版本。