
http://www.amazon.co.jp/kindleformac
やっと出たので入れてみたが, なぜか 購入電子書籍 がみえない.
OSのロケール設定でログイン先が com / co.jp が変わるのか.



なぜか com だと 端末が現れないのだが.

com で購入していいのかどうなのか...
アプリ/OS 再/起動のタイミングか,
ログイン/購入時のタイミングなのか,
ダウンロードすれば同じことなのかな...

http://www.amazon.co.jp/kindleformac
やっと出たので入れてみたが, なぜか 購入電子書籍 がみえない.
OSのロケール設定でログイン先が com / co.jp が変わるのか.



なぜか com だと 端末が現れないのだが.

com で購入していいのかどうなのか...
アプリ/OS 再/起動のタイミングか,
ログイン/購入時のタイミングなのか,
ダウンロードすれば同じことなのかな...
webクライントなコンポーネントが 5.0+ から独立するということのベータ版PlayStoreリリース. ということなのだが.

Beta Channel for the Android WebView | Android Developers Blog
コミュニティメンバーになればPlayStoreで見れるようになりインスール可能となります.
WebView Beta Channel - コミュニティ - Google+


2つ仲良く並んでる状態となり,

新しいほう.

古いほう.

まとめると,
新:
com.google.android.webview
バージョン40(1728298-arm)
56.07MB旧:
com.android.webview
バージョン37(594484533a-arm)
1.66MB
インストール後 webview 経由でみてみる.
...
WebView webView = (WebView) findViewById(R.id.web_view);
WebSettings webSettings = webView.getSettings();
webSettings.setJavaScriptEnabled(true);
webView.loadUrl("https://html5test.com/");
...

フツーにアプリ内 webview は稼働しているのだが, 違いが見えないので反映されてるのか分かりにくいが, 「旧」が適用されている.
コミュニティのやりとりをみていると,
You can check the user agent - it should now mention version 40 rather than 37. Alternatively check the app version number under system settings > apps > Android System WebView
UAでみてみると,
Mozilla/5.0 (Linux; Android 5.0.2; Nexus 6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
おもいっきり 旧のまま.
旧を無効にして再度.

Mozilla/5.0 (Linux; Android 5.0.2; Nexus 6 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
変化なし...
どうやったら適用できるのかな?
ちなみに, ChromeBeta で HTML5 TEST を見てみると, 「新」は適用されている. これは, com.google.android.webview をインストールしてる, してないにかかわらず同じ.

CMがダメなのかな.
なんでかな.
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.
今月末頃に追加されて, メールで追加完了のお知らせくるのかっ.
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 アプリを開いて, 接続してから, メニューから


600円ゲット!!

Android だけでなく iPhone もいけるっぽい.
更新したら...

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 を削除する.