Android Studio エラーリスト

  • ndkがない。
    • エラー :Execution failed for task ‘:versionchecklib:compileReleaseNdk’.
      > NDK not configured.
        Download the NDK from http://developer.android.com/tools/sdk/ndk/.Then add ndk.dir=path/to/ndk in local.properties.
        (On Windows, make sure you escape backslashes, e.g. C:\\ndk rather than C:\ndk)
  • アプリがインストールされない
    • http://saku-java.be-ourselves.jp/2014/05/13/android-openfileoutput-file-check/
    • adb shell でログのコマンドが動くか検証する?
    • USBケーブルがおかしいだけっぽい
      • 借りたUSBの転送速度は4318 KB/s (1027244 bytes in 0.232s)
      • 持ってたUSBの転送速度は109 KB/s (487641 bytes in 4.364s)!!
  • Consult IDE log for more details
    • ndkをインストールしたらなんとかなる
  • sdkがない
    • 待ってたらできた・・・