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.
我已经使用 sdk 2.2 开发了 Android 应用程序。是否可以将我的应用程序迁移到更高版本而无需重新编码。如果是,请告诉我程序。
不,您不必重新编码。
只需更改manifest file为,
manifest file
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />