LoginSignup
0

More than 5 years have passed since last update.

Android StudioでAndroidアプリを作成

Last updated at Posted at 2017-01-05

Android Thingsを触ってみたくなったので、まずはAndroid Studioのinstallとemulatorでのアプリ起動を試してみます。

環境

私の環境は下記の通りです。
* MacBookAir
* MacOS10.11

Android Studio

install

  • こちらからAndroid Studioをinstallします。

project作成 & emulator実行

  • Building Your First Appに従って、projectを作成します。

  • 私は、Nexus 6とAndroid7.1.1(X86)でVirtual Deviceを作成しました。

  • こちらに従って、emulatorからアプリを実行した際、下記エラーが発生しました。stackoverflowを参考に、起動していたDockerを停止し、再度、emluratorを使ってアプリ起動したところ、正常にemulatorが起動しました。

Error while waiting for device: The emulator process for AVD Nexus_6_API_25 was killed.

以上

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
0