ラップトップ版 Chrome の「Google Now」

GoogleはGoogle Now通知センターをデスクトップ版Chromeに移植した。アップデートは今日(米国時間3/24)から数週間かけて行われる。

ということですが

Google Nowカードがデスクトップ版Chromeにやって来る―数週間かけて順次公開 | TechCrunch Japan

画面的にはこんな風にブラウザの右側に埋め込まれているようにみえてるけども

Google_Nowカードがデスクトップ版Chromeにやって来る―数週間かけて順次公開___TechCrunch_Japan

入れてみると,こんな感じになる模様.

新規投稿を追加_‹_新___android_ファッション通信_Σ_^A^;__—_WordPress

ブラウザ(Chrome)の拡張機能というよりかOSのメニューバーから飛び出すかんじ.

他のエクステンションの通知と共に表示されます.

スクリーンショット_2014_03_26_15_39

続きを読む >>


Google Creative Lab から「Photowall for Chromecast」が登場

謎な「Google Creative Lab」なるところからの登場です.

きっと,端末内の写真を簡単な操作でテレビに写すのだろうとは想像がつきますが.

まずは,PCブラウザでいってみます.

・・・

でた,これまた日本非対応.

Photowall_for_Chromecast

Photowall for Chromecast

しかないので,Androidアプリを入れてみます.

続きを読む >>


「UnsupportedOperationException: isDirectory is not implemented: isDirectory is not implemented」といってファイルを作成させない AndroidStudio 0.5.1

テストコードなど新規につくろうとしたら!

UnsupportedOperationException: isDirectory is not implemented: isDirectory is not implemented

なんなんすか、これは。

これのようです。

Issue 66818 - android - Error After upgrade to 0.5.0: UnsupportedOperationException while creating new file - Android Open Source Project - Issue Tracker - Google Project Hosting

結局、今できる解決法としては、

This is a bug in IntelliJ which was merged into the subsequent EAP build. It'll be available in AS 0.5.2.

Until then, the workaround is to copy over an existing file.

https://android-review.googlesource.com/#/c/85464/

以下から「コピーして上書きしろ」ということです。

Change I7557101c: Fix for IDEA-121307 Cannot create new file (StubVirtualFile throws an exception on isDirectory) | android-review.googlesource Code Review

Change_I7557101c__Fix_for_IDEA-121307_Cannot_create_new_file__StubVirtualFile_throws_an_exception_on_isDirectory____android-review_googlesource_Code_Review

えええ、どうしたらいいのー?

。。。

と思っていたらプラグイン形式で配布してる人いました。

続きを読む >>