Google Drive 「セキュリティ診断で 2GB 無料追加」はどこで確認できるのか

2/17 までにセキュリティ診断を行うと, 2GB無料追加のキャンペーン.

This Safer Internet Day, we’re reminded how important online safety is and hope you’ll use this as an opportunity to take 2 minutes to complete a simple Security Checkup. While everything stored in Drive is always encrypted in transit and at rest in Google’s custom-built data centers, this checkup ensures you’re making the most of the 24/7 protection you already get from Google. As our way of saying thanks for completing the checkup by 17 February 2015, we’ll give you a permanent 2 gigabyte bump in your Google Drive storage plan.

Google Drive Blog: A quick checkup and a simple thanks

確認しながらボタンを押すだけ. 数分で終わる.

アカウントの保護_-_アカウント設定

で, どこで確認したらいいのか.

Google ドライブは、ウェブ上でも、携帯端末でも、パソコンでも使用できます。使用中の容量を確認するには、ウェブ上の Google ドライブにアクセスして左下にカーソルを合わせます。開いたウィンドウに使用容量が表示されます。Google ドライブ、Gmail、Google+ フォトでの使用状況を確認するには www.google.com/settings/storage にアクセスしてください。

保存容量の上限を確認する - ドライブ ヘルプ

Drive, Gmail など容量のカウントにいくつかきまりがあるようだけども.

https://www.google.com/settings/storage

ドライブ_ストレージ

あれ, 増えてないような...

先ほどの公式ブログの説明をよく見てみると,

We’ll be granting the storage automatically to everyone around 28 February 2015 and we’ll send you an email when your adjustment is complete.

今月末頃に追加されて, メールで追加完了のお知らせくるのかっ.


Chromecast で 600円 もらえるキャンペーンですよ

As part of their Valentine’s Day celebration, Google is giving out $6 in Google Play credit for free to all Chromecast owners.

Google is offering $6 in Play Store credit to all Chromecast owners

これ, 日本でもいけまます.

Chromecast アプリを開いて, 接続してから, メニューから

20150207-162537

20150207-162454

600円ゲット!!

20150207-162915

Android だけでなく iPhone もいけるっぽい.

Chromecast

Chromecast - Google Play の Android アプリ


Android Studio 1.1 Beta で java.lang.NullPointerException

更新したら...

IDE_Fatal_Errors

null
java.lang.NullPointerException
  at com.android.sdklib.internal.avd.AvdManager.parseAvdInfo(AvdManager.java:1698)
  at com.android.sdklib.internal.avd.AvdManager.buildAvdList(AvdManager.java:1577)
  ...

We've just released Android Studio 1.1 Beta to the canary and dev channels.…

AVD周りで何かあるのかな.

以下でいける.

~ $ android list avd
...

The following Android Virtual Devices could not be loaded:
Name: n14
Path: /Users/evian/.android/avd/n14.avd
Error: Unknown target 'android-10' in /Users/evian/.android/avd/n14.ini

~ $ android delete avd -n n14
Deleting file /Users/evian/.android/avd/n14.ini
Deleting folder /Users/evian/.android/avd/n14.avd
AVD 'n14' deleted.

読み込めない avd を削除する.