Android Studio 0.2.4 アップデートで「SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.」

更新されています、AndroidStudio。

Android Studio 0.2.4 Released - Android Tools Project Site Android Studio 0.2.4 Released - Android Tools Project Site

で、機能の詳細やあれこれ更新されてるのでしょうが。

これまで動いてたプロジェクトで
エラーダイアログが表示されて、
ビルドできませんよ。

SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

なんだかな、もう。

で、解決法。

まずは、実行ユーザの環境変数を確認。

$ env | grep ANDROID_HOME
ANDROID_HOME=/Applications/Android Studio.app/sdk

あれ、通ってるけど。

調べてみると、
このダイアログメッセージは間違いである、
とか。

Issue 58991 - android - SDK not found and error message is wrong - Android Open Source Project - Issue Tracker - Google Project Hosting

ということで、プロジェクトルート
直下に置きましょう以下ファイル。

local.properties

# This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.

# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=/Applications/Android Studio.app/sdk

local.properties_-__TextLauncher__-_TextLauncher_-____androidstudio_TextLauncher__-_Android_Studio__I_O_Preview__0.2.4

なお、このファイルは、コメントからわかるように、
AndroidStudioで
「新規プロジェクト作成」
からプロジェクトを作成した場合に書きだされているものです。

ここで、デバッグインストールして、
「Local path doesn't exist.」
となったなら、
コマンドラインで、プロジェクトトップにて

./gradlew clean packageDebug

か、または、「gradle sync」ボタンを。
AndroidManifest.xml_-__kaomoji__-_kaomoji_-____androidstudio_kaomoji__-_Android_Studio__I_O_Preview__0.2.4

なんか、更新のたびにいちいち何か起こるっての
どうなんだよぅ。


関連ワード:  AndroidAndroidStudioGradleツールニュース開発