2016/09/13

インストールしているのに Sources for 'Android API 24 Platform' not found. が出てしまう

@Android Studio 2.1.3

`compiledSdkVersion` を 24 にしたところ、`Sources for 'Android API 24 Platform' not found.` が出るようになってしまいました。
以下のようにソースコードはインストールしているのにも関わらず。

File → Settings → Appearance & Behavior → System Settings → Android SDK
`Refresh` を押してもウンともスンとも言いません。
2016/09/08

React.render is not a function

今更ながら [React](https://facebook.github.io/react/) を使い始めました。
しかし、サンプルを動作させようとしたところ、`render` function が無いとエラーが発生。

```
Uncaught TypeError: React.render is not a function
```