It's raining cats and dogs.

無駄なことなんてないはず

android

android studioで2段階認証設定済みのgithubからcloneする

android studioを使ってgithubからコードをcheckoutするときに、github側で2段階認証(two factor authentication)を設定しているときはpersonal access tokenを使うそうです。 http://michaelcarrano.com/blog/using-github-with-android-studio githubの画…

androidのアイコン画像のサイズ

※下記の内容の認識が間違っていた。正しくは下の追記に書いた。たまにはandroidの話。というかメモ。 androidのアイコン画像を置くときに drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi あたりのディレクトリにそれぞれ画像を置くと解像度に適…

環境構築完了

取り急ぎAirに開発環境を作った。 あとでまとめる。ちょっとエミュレータとか動かしてみたけど、Air11インチの画面で開発するのは厳しいという印象。 IDEは画面解像度が重要。というわけで今日は初めてのandroidは2章まで読了。

Application does not specify an API level requirement! Device API version is 10 っていうwarningが出てる

Application does not specify an API level requirement! Device API version is 10 適当なandroid project つくってエミュレータで実行してみたら、eclipseのコンソールに↑のwarningが出てたので、warningだから別にいいけど、気持ち悪いのでググった。 ht…

Unable to execute dex: wrapper was not properly loaded first ってエラーが出てる

Unable to execute dex: wrapper was not properly loaded first androidのプロジェクトつくってみたら↑のエラーメッセージがeclipseのコンソールに表示されていたのでぐぐった。 http://d.hatena.ne.jp/graySpace/20110213/1297570695 eclipseに割り当てて…