カテゴリー:
IDE
閲覧数:610 配信日:2013-07-05 12:45
Roboguice
・2014-03-02
Project build error: Non-resolvable parent POM: Failure to find
org.roboguice:roboguice-aggregator:pom:3.0-alpha-SNAPSHOT in file://$
{basedir}/../maven_repo_3rd_party was cached in the local repository, resolution
will not be reattempted until the update interval of
third.party.closed.source.repo has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM
org.roboguice:roboguice-aggregator:pom:3.0-alpha-SNAPSHOT in file://$
{basedir}/../maven_repo_3rd_party was cached in the local repository, resolution
will not be reattempted until the update interval of
third.party.closed.source.repo has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM
Android Bootstrap
・2013-11-21
Spika
・2013-09-14
・メッセンジャーアプリ
GoogleMap を型に解決できません
・Spikaベースのメッセンジャー開発には VirtualBox と Vagrant が必須・まずはこれらを開発環境にインストール
・VirtualBox … 仮想化ソフトウェア
・Vagrant … 仮想環境構築ツール
楽々Androidアプリ
Web APIで楽々Androidアプリ
・2013-06-06
Unbind failed: could not find connection for android.os.BinderProxy@40f57a08
Android-MVC
・2012-11-30
・プロジェクトインポート不可
一覧
タイトル | 日 | メモ |
---|---|---|
Androidアプリにおけるユーザインタフェースの基本処理 | 2011-07-15 | 動作確認終了 |
世界を目指せ!Androidアプリ開発入門 | 2010-11-17 | 確認途中挫折 |
速習! Androidアプリケーション開発 | 2010-02-23 | 確認途中挫折 |
Androidで動く携帯Javaアプリ作成入門 | 2009-05-20 | 動作確認終了。古いコードだから「Android1.5」指定だけど、普通に動作する。デフォルトでは、Anroidメモリ上にデータベース作成している |
Android入門 | 不明 | 動作確認終了。下の方の「古い」と書いているヤツは動かなかったので、結局見なかった |
DB連携日記アプリ | 不明 | 動作確認終了。プロジェクトファイルダウンロード可能。動作 … これから検証予定動作確認できた。機能 … 「登録」「編集」「検索」。画面数 … 4 |
Android用リバーシゲームの作り方 | 不明 | 動作確認終了。コードダウンロード不可だがコピペ可能。エミュレータしかないのでタッチ操作未確認だが、クリックで操作確認済。「STEP 06」でエラー発生。「BLACK を変数に解決できません」「WHITE を変数に解決できません」「playerColor を変数に解決できません」。とりあえずエラー表示されないよう変更 → 「private static final int BLACK = 0;」「private static final int WHITE = 0;」「int playerColor = 0;」。※一気に「STEP 07」まで進めば解決。「STEP 08」ReversiAIのオブジェクト作成記述「ReversiAI ai = new ReversiAI();」が抜けている。「STEP 12」ReversiViewクラスで、読みの深さをセットする際、「ai.think(COM,1);」の第2引数が抜けている。結果表示コードは掲載されていない |