http://developer.android.com/preview/setup-sdk.html
に記載されていることを日本語にしただけですが参考程度にどうぞ。
Android Studio 1.3を入手
Android Studio 1.3はAndroid Studio 1.2をアップグレードして入手します。
- http://developer.android.com/tools/studio/index.html から最新版をDL、インストール、起動
- Android Studio > Preferences… で設定を開く
- Appearance & Behavior > System Settings > Updates を開く
- Automatically check updates for の項目を Canary Chanel に変更
- Check Now をクリック
Android MのSDKを入手
Android MもAndroid Studioから入手します。
- Android Studio > Preferences… で設定を開く
- Appearance & Behavior > System Settings > Updates を開く
- Automatically check updates for の項目を Canary Chanel に、Automatically check updates for Android SDK の項目を Preview Chanel に変更
- 下記画像のボタンで Android SDK Manager を起動する
- SDK Platforms の Android MNC Preview をチェックしてインストール
既存のプロジェクトをAndroid Mでビルドする
build.gradleを下記のように変更
- compileSdkVersion ‘android-MNC’
- minSdkVersion ‘MNC’
- targetSdkVersion ‘MNC’