<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">らんらんるー</title>
  <subtitle type="html">作業記録をひたすらつけたり妄想したり</subtitle>
  <link rel="self" type="application/atom+xml" href="http://senmou.zoku-sei.com/atom"/>
  <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/"/>
  <updated>2010-04-07T03:43:37+09:00</updated>
  <author><name>ふじつぼ</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>senmou.zoku-sei.com://entry/40</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140427" />
    <published>2014-04-27T02:27:29+09:00</published> 
    <updated>2014-04-27T02:27:29+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[http://www.android-group.jp/index.php?%CA%D9%B6%AF%B2%F1%2F%A5%A4%A5%F3%A5%C6%A5%F3%A5%C8%A4%F2%C8%AF%B9%D4%A4%B7%A4%C6%A4%DF%A4%E8%A4%A6<br />
これを作ることに成功したよー　やったー<br />
<br />
geo:latitude,longitude<br />
これだけうまく動かなかったんだけどgoogleAPIの登録か何かが要るのかな<br />
うーん<br />
<br />
とりあえず<br />
http://developer.android.com/intl/ja/training/index.html<br />
これを最後まで続けることにする 大事な情報詰まってるっぽいし]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/39</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/android/%E5%A2%97%E3%81%88%E3%82%8Bappcompat_v7" />
    <published>2014-04-26T01:43:45+09:00</published> 
    <updated>2014-04-26T01:43:45+09:00</updated> 
    <category term="Android" label="Android" />
    <title>増えるappcompat_v7</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[新しくプロジェクトを作る度に勝手に生成されるappcompat_v7_ほにゃらら<br />
うっとうしいね！<br />
うっとおしいですよね！エラーも吐くし！！！！<br />
なんなのこれ！バグ！！！<br />
<br />
これを<br />
http://mole-kingdom.com/wpbl/2014/03/30/8800.html<br />
参考にして解決したよ<br />
<br />
1)appcompat_v7_ほにゃららを削除<span style="color: #ff0000;"><strong>(注：一番最初に生成されるappcompat_v7は削除しないこと！！)</strong></span><br />
2)新しいプロジェクトをパッケージエクスプローラーで右クリック&rarr;プロパティ<br />
<br />
<img src="//senmou.zoku-sei.com/File/bffac9f8.png" alt="" /> リソース&rarr;Android&rarr;ライブラリーで、appcompat_v7_ほにゃららがリンク切れになってると思うので削除<br />
<br />
3)その後追加でappcompat_v7を選べばOK<br />
初めて自分で解決できた嬉しさ！！！！]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/38</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/%E3%82%84%E3%81%A3%E3%81%9F%E3%83%BC%EF%BC%81" />
    <published>2014-04-26T01:35:16+09:00</published> 
    <updated>2014-04-26T01:35:16+09:00</updated> 
    <category term="日報" label="日報" />
    <title>やったー！</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[やったー！とうとう<br />
http://developer.android.com/intl/ja/training/basics/firstapp/index.html<br />
これをなんとなく動かすことに成功したよ<br />
<br />
buttonを押したときの挙動が前のバージョンのAndroidだと<br />
リスナー作ってどうこうしなくちゃいけないのが<br />
(参考：http://www.android-group.jp/index.php?%CA%D9%B6%AF%B2%F1%2F%A5%DC%A5%BF%A5%F3%A4%F2%A4%C4%A4%AF%A4%C3%A4%C6%A4%DF%A4%E8%A4%A6)<br />
今のバージョンだとres/layout/***.xmlのところに<br />
&lt;Button<br />
android:layout_width="wrap_content"<br />
android:layout_height="wrap_content"<br />
android:text="@string/button_send"<br />
android:onClick="sendMessage" /&gt;<br />
<br />
onClickっていうのをつければいいっぽい 勉強になった<br />
<br />
そんなわけでそれを参考に<br />
http://www.android-group.jp/index.php?%CA%D9%B6%AF%B2%F1%2F%A5%A4%A5%F3%A5%C6%A5%F3%A5%C8%A4%F2%C8%AF%B9%D4%A4%B7%A4%C6%A4%DF%A4%E8%A4%A6<br />
をリスナーなしで作ってみる]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/37</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140423" />
    <published>2014-04-23T00:55:20+09:00</published> 
    <updated>2014-04-23T00:55:20+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[もうAndroidのカテゴリつけるのもおこがましいから日報に変更<br />
<br />
eclipceのバーチャルマシン遅いよね!早くしたいよね！！！<br />
というわけで早くするためのやり方を教えてもらったので実行<br />
ここがわかりやすかったです<br />
http://note.chiebukuro.yahoo.co.jp/detail/n134146]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/36</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140422" />
    <published>2014-04-22T00:30:08+09:00</published> 
    <updated>2014-04-22T00:30:08+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[HelloworldのIntentの項で躓きました<br />
ぐぐったところ<br />
https://groups.google.com/forum/#!topic/android-group-japan/zHnZFtzgHTc<br />
これが症状に近そうなので、logcatで調べてみよう<br />
<br />
&gt;&gt;ログ調べた<br />
problem during onPollAlarm: java.lang.IllegalStateException: problem parsing stats: java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open failed: ENOENT (No such file or directory)<br />
とのこと<br />
ファイルの読み書きの時に投げられる例外っぽいんだけど<br />
サンプルコードのどこでそうしてるかわからないあたりがアカン&hellip;<br />
<br />
まったくわからない分野を理解しながら英文読むのがちょっとつらいので<br />
http://www.android-group.jp/index.php?%CA%D9%B6%AF%B2%F1<br />
こっちにちょっと寄り道してみようかなと<br />
<br />
寄り道ばっかりだな！ぐぬぬぬ]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/35</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140419" />
    <published>2014-04-19T01:47:45+09:00</published> 
    <updated>2014-04-19T01:47:45+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[AndroidSDKについて来た初心者向けチュートリアルをせこせこやっています<br />
http://developer.android.com/training/basics/firstapp/<br />
英語だからすっげー読むのが遅いです&hellip;　でもなんとかHelloworldまでたどりつきました<br />
<br />
Building Your First Appまで終了 とりあえずこれを最後までやってから次かしらね]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/34</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140418" />
    <published>2014-04-18T00:34:01+09:00</published> 
    <updated>2014-04-18T00:34:01+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[わからないときは人に聞け<br />
cocos2dというのとphonegapというのを教えてもらいました<br />
<br />
とりあえずcocos2dを導入 <br />
導入はこことここを参考にしました<br />
http://brbranch.jp/blog/201308/cocos2d-x/cocos2d-windows-install/<br />
http://ottati.hatenablog.com/entry/2014/04/05/105100<br />
<br />
eclipseはAndroidSDKに入っているやつを使う方が色々と便利みたい<br />
これプラス日本語化プラグインpleiadesを導入して<br />
http://mergedoc.sourceforge.jp/index.html#/pleiades.html<br />
使用するメモリの割り当てを増やしました<br />
http://andante.in/i/eclipse/eclipse%E3%81%A7%E4%BD%BF%E7%94%A8%E3%81%99%E3%82%8B%E3%83%A1%E3%83%A2%E3%83%AA%E3%82%92%E5%A2%97%E9%87%8F%E3%81%99%E3%82%8B%E3%80%82/<br />
<br />
それから、cocostudioというのもインストールしてみたよ<br />
明日からHelloworldのやり直しです　トホホ]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/33</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/%E3%82%82%E3%81%97%E3%81%8B%E3%81%97%E3%81%A6%E3%81%A0%E3%81%91%E3%81%A9" />
    <published>2014-04-16T14:56:50+09:00</published> 
    <updated>2014-04-16T14:56:50+09:00</updated> 
    <category term="日報" label="日報" />
    <title>もしかしてだけど</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[http://gihyo.jp/dev/serial/<br />
ここの記事私には合ってないんじゃないの<br />
バージョンも古いし別に調べて参照しなければならない記事が多過ぎたので<br />
ネットの海を漂っています<br />
<br />
とりあえず起動を快適にするために<br />
http://andante.in/i/eclipse/eclipse%E3%81%A7%E4%BD%BF%E7%94%A8%E3%81%99%E3%82%8B%E3%83%A1%E3%83%A2%E3%83%AA%E3%82%92%E5%A2%97%E9%87%8F%E3%81%99%E3%82%8B%E3%80%82/<br />
この辺りなど参考にしてみた]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/32</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/20140413" />
    <published>2014-04-13T23:33:28+09:00</published> 
    <updated>2014-04-13T23:33:28+09:00</updated> 
    <category term="日報" label="日報" />
    <title>無題</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<img src="//senmou.zoku-sei.com/File/8291c7e3.png" alt="" />実行されてるかどうかはここをちゃんと見ないとダメっぽい<br />
とりあえずデバッグログの習得の仕方までわかったので今日はここまで]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
  <entry>
    <id>senmou.zoku-sei.com://entry/31</id>
    <link rel="alternate" type="text/html" href="http://senmou.zoku-sei.com/%E6%97%A5%E5%A0%B1/%E9%96%8B%E7%99%BA1%E6%97%A5%E7%9B%AE%E3%81%A82%E6%97%A5%E7%9B%AE" />
    <published>2014-04-13T00:00:23+09:00</published> 
    <updated>2014-04-13T00:00:23+09:00</updated> 
    <category term="日報" label="日報" />
    <title>開発1日目と2日目</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[目標1カ月でとりあえずくだらないアプリをいっこ作る<br />
<br />
とりあえずここ<br />
http://gihyo.jp/dev/serial/01/androidapp<br />
をみてAndroid再入門 記事がちょっと古いので多分あちこち補足しながらじゃないと厳しいかも<br />
<br />
第３回までは終了<br />
日本語化はBabylonそのままはURLがNot foundだったのでPleiadesを導入<br />
AllinOneではなくプラグインのみを導入<br />
http://mergedoc.sourceforge.jp/index.html#/pleiades.html<br />
<br />
第４回 DDMSの導入～実行はそのままじゃ実行できなかったので<br />
http://www.javadrive.jp/android/debug/<br />
あたりを明日から読むことにしましょ]]> 
    </content>
    <author>
            <name>ふじつぼ</name>
        </author>
  </entry>
</feed>