Skip to content

Instantly share code, notes, and snippets.

@myokoym
Last active December 22, 2015 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myokoym/6402909 to your computer and use it in GitHub Desktop.
Save myokoym/6402909 to your computer and use it in GitHub Desktop.
Ruboto(Ruby)によるAndroidアプリ開発の覚え書き。 A memo for android application development by Ruboto (Ruby).

Japanese

特徴

  • ロゴがかわいい。

エミュレータの設定

バックグラウンドプロセスが残らないようにする

バックグラウンドプロセスが残っていると rake update_scripts
で反映されない場合があるため、以下の手順で設定を変更します。

  1. アプリ一覧より、Dev Settings (Developer options) を選択
  2. 下の方にスクロール(APPSの項)
  3. Background process limit を選択
  4. No background processes を選択

参考リンク

English

Emulator settings

No background processes

  1. Dev Settings (Developer options)
  2. APPS
  3. Background process limit
  4. No background processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment