次の URL http://developer.android.com/sdk/index.htmlから OSX Mountain Lion に Android SDK をインストールしました 。ここでは、環境を正常に動作させるためにファイルを解凍するだけで済みます。
動作するのは事実ですが、avd で実行しようとするとエミュレーターは開きますが、アプリは表示されません。
さまざまなデバイスとさまざまなアプリで試し、adb kill-server
とadb start-server
. しかし、機能していません。
編集:
コンソールには次のように表示されます。
[2012-12-25 22:47:00 - test] Android Launch!
[2012-12-25 22:47:00 - test] adb is running normally.
[2012-12-25 22:47:00 - test] No Launcher activity found!
[2012-12-25 22:47:00 - test] The launch will only sync the application package on the device!
[2012-12-25 22:47:00 - test] Performing sync
[2012-12-25 22:47:00 - test] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'mobile_test_4.1'
[2012-12-25 22:47:00 - test] Uploading test.apk onto device 'emulator-5554'
[2012-12-25 22:47:00 - test] Installing test.apk...
[2012-12-25 22:47:04 - test] Success!
[2012-12-25 22:47:04 - test] /test/bin/test.apk installed on device
[2012-12-25 22:47:04 - test] Done!