エンジニアの心ViewをカスタマイズしたAlertDialogにfindViewByIdするとNullPointerExceptionが起きる AlertDialogのViewをカスタマイズしてEditTextを追加。そして、OKボタンが押されたときに、そこに入力されたデータにfindViewByIdを使ってアクセスしようとするとNullPointerExceptionが発生した。2016.08.20エンジニアの心
エンジニアの心「Enable VT-x in your BIOS security settings, ensure that your Linux distro has working KVM module」と怒られた => 解決! Windowsを初期化したらアプリを実行するとこんなエラーが出た。2016.08.18エンジニアの心
エンジニアの心Error:Error: File path too long on Windows, keep below 240 characters Error:Error: File path too long on Windows, keep below 240 characters と怒られた。こうなるともうパスを「C:\MyProject」とかにするしかないけど、それでもダメならどうすれば・・・。2016.07.20エンジニアの心
エンジニアの心Fragment使おうとしたら「that is not a fragment」と怒られた Fragment使おうとしたら「that is not a fragment」と怒られたので対策メモ。 that is not a fragment Activityじゃなくて、FragmentActivityを使えと。 参考: Android SDK error: Trying instantiate a class that is no...2016.07.20エンジニアの心
エンジニアの心SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable. Laptopがおニューになったので、mixiさんのAndroidTrainingを再度取り込んだら以下のように怒られた。2016.07.17エンジニアの心
エンジニアの心Plugin with id ‘com.android.application’ not found. って怒られた mixiさんの「Android アプリ開発の基礎知識と実務スキルを身に付けるトレーニングコース」の「基礎編 1.アプリのレイアウト作成」をやっていたらPlugin with id 'com.android.application' not found.と怒られた。2016.06.08エンジニアの心
エンジニアの心Androidアプリ開発 – Hello Worldまでがんばる 今年も新人研修をやるかもしれない。去年はSolrを使って検索アプリを作ってもらったのだけれど、今年はAndroidアプリを作ってもらおうかと思っている。 やろうやろうとおもってやってなかったAndroidアプリの開発なので、勉強がてらにまとめてみる。2011.02.06エンジニアの心