AndroidStudio で 'com.android.tools.build:gradle:0.6.1' の人は「+」にしていいよ

以前、問題があった
「com.android.tools.build:gradle:0.6.2」

やむなく、以下のように記述していましたが。

android studio 0.3.0

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.6.1'
    }
}

 

「+」な記述にもどしてよいよと。

しれっとアナウンスしています。
続きを読む >>


Mac OSX 10.9 Mavericks で Homebrew

いま、Mac OSX 10.9 Mavericks に更新中ですが。

アップデート

きっとなにかあると思うので、ダウンロード完了 > 再起動の前に調べて貼り付け。

OSX 10.9 Support · Issue #20401 · mxcl/homebrew

Installing Homebrew on Mac OSX 10.9 Mavericks - Nathan Cahill

First, download and install Xcode 5 Preview.
Then, open your console and execute the following command:
xcode-select --install

OS X Mavericks Developers Preview and Homebrew | Doejo

xcode がなんかあるのかな、でもこれら記事、ちと古い。

とりあえず、更新を進めます。
続きを読む >>


Google Play Store アプリが更新で「ハンバーガー・メニュー」とは?

【食物】ロッテリア、エヴァQとコラボ 『Q段バーガー』を4_24より発売 ロンギヌスの槍フォーク付き___萌えニュースちゃんねる

Google Play Store アプリが更新されて「4.4.21」に。

20131022-103842

20131022-104009

20131022-103959

変更的には、UIのみっぽいのですが。

・左からニュルッとでメニュー表示
・その中でアカウント変更も可能

で、こんな記事。

the only thing we're able to see different is the new hamburger menu is now implemented in the app, leading to a more consistent feel across Google's closed and proprietary applications.

New version of Google Play Store app pushing out, brings pull-out menu and little else | Android Central

で、「ハンバーガー・メニュー」て何? おいしそうだけど。

続きを読む >>


アプリの「素早い」起動や切り替えができるようになる新着アプリ- APPoint / Switchr

 

なければ困るというわけではありません。
あれば便利なアプリです。

▶_Switchr_Pre-Release_Demo_-_YouTube

いわゆる、アプリを起動する「ランチャー」、切り替える「タスクスイッチャー」なツールアプリです。

 

[App][2.1+] APPoint-Change quickly from one app to another - xda-developers

 

[APP][2.1+] Switchr - Task Switching Revolutionized - xda-developers

 

なんだか最近は画面の「左端」が各アプリによって争奪戦が繰り広げられてるような。

 

ぜひお試しを。

APPoint Lite - Google Play の Android アプリ

Switchr - Task Switcher - Google Play の Android アプリ


Android Studio 0.3.0 アップデートで「ClassNotFoundExceptions」の場合

というエラー。

MavenCentralRepositoryでは、

The_Central_Repository_Search_Engine

「0.6.2」なのですがこれが原因と。

com.android.tools.build:gradle:0.6.+

の記述を

com.android.tools.build:gradle:0.6.1

に変えましょうと。

NOTE: The Android Gradle 0.6.2 plugin that was published on Maven Central appears to have incorrect dependencies, which leads to ClassNotFoundExceptions during the build. Hold off updating for now, or if you have already updated, you can work around this by editing your build.gradle file and instead of depending on "0.6.+", depend on "0.6.1".

続きを読む >>