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" />