1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studio 2.1.2

Last updated at Posted at 2016-07-03

Android Studio インストールのログ:

  1. Mac OS X 10.11.5 (英語) + JDK 1.8.0_91 で動かした

$ STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk open /Applications/Android\ Studio.app

2. Custom Install Type を選んでみた
![Screen Shot 2016-07-03 at 20.29.32.png](https://qiita-image-store.s3.amazonaws.com/0/131106/9ddd3738-b415-b3d4-19ac-cfd7c70f5703.png)
3. デフォルトの IntelliJ UI Theme のまま
![Screen Shot 2016-07-03 at 20.30.45.png](https://qiita-image-store.s3.amazonaws.com/0/131106/e35b04a4-eda2-f6d3-2958-4f78aff5ec2e.png)
    1. ネット状のスクリーンショットだと Darcula も結構見かける
4. Android Virtual Device を追加選択
![Screen Shot 2016-07-03 at 20.31.42.png](https://qiita-image-store.s3.amazonaws.com/0/131106/8e839312-be11-1512-71d0-77dfa4540959.png)
5. [Intel の Tips](https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x) によると物理メモリの半分を割り当てるのが良いとあるが ```Use recommended size``` を押しても 2G のまま
![Screen Shot 2016-07-03 at 20.43.18.png](https://qiita-image-store.s3.amazonaws.com/0/131106/14010d62-1ab9-bf05-8277-3b7e26ddf444.png)
6. インストールの内容
![Screen Shot 2016-07-03 at 20.50.15.png](https://qiita-image-store.s3.amazonaws.com/0/131106/214fe68d-96e7-f64e-3dca-166abcdb2fda.png)
7. ```Unable to create a virtual device: Missing system image required for an AVD setup``` と出るが、後で作れば良いので無視して OK
![Screen Shot 2016-07-03 at 20.55.11.png](https://qiita-image-store.s3.amazonaws.com/0/131106/b3fad933-f3d3-d1b3-f192-f75e9d20bc40.png)
8. 起動直後
![Screen Shot 2016-07-03 at 20.55.40.png](https://qiita-image-store.s3.amazonaws.com/0/131106/300f897a-5f73-dc46-5104-53edc76b9241.png)
9. ```Configure``` から ```SDK Manager``` を起動すると Android 6.X (N) のみがインストールされてる
![Screen Shot 2016-07-03 at 20.57.05.png](https://qiita-image-store.s3.amazonaws.com/0/131106/25764388-1a8a-fe16-8f03-06ffdbd4f2b7.png)
10. Tool は色々
![Screen Shot 2016-07-03 at 20.59.22.png](https://qiita-image-store.s3.amazonaws.com/0/131106/59f5b471-e354-e1ec-19c3-f700817d4758.png)
11. ```New Project``` のデフォルト状態
![Screen Shot 2016-07-03 at 21.02.28.png](https://qiita-image-store.s3.amazonaws.com/0/131106/5a7a4b3d-917a-f4ee-2b8d-4515c4ed3a4e.png)
![Screen Shot 2016-07-03 at 21.03.03.png](https://qiita-image-store.s3.amazonaws.com/0/131106/8eb95cc2-82ef-f527-f28b-38841b78d077.png)
12. Project を作成した後 ```File``` メニューから ```Project Structure...```
![Untitled.png](https://qiita-image-store.s3.amazonaws.com/0/131106/97071719-912b-2bb0-85d3-d7dbdc024b07.png)
13. ```Download Android NDK``` を押すと Android NDK r12b がインストールされる
![Untitled.png](https://qiita-image-store.s3.amazonaws.com/0/131106/0e85845a-d18e-a31f-80ca-b14146ca0635.png)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?