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.
API8 (Android2.2) でのみ使用可能な move2SDcard という新機能を追加したいのですが、minSdkversion="4" にします。そこで、eclipse に読み込まれた Android jar ファイルを (project prop -> Android ) で変更し、Android 2.2 Project compiles and runs を選択します。これは、新しいバージョンに固有の新しい API を追加する良い方法ですか。