2013年4月25日木曜日

Android SDKを初めて始めて悪戦苦闘レポート (1) インストール

Androidのsoft開発をするのもエンジニアのたしなみと化してきたのが今日の状況ではないかと思われまして、こういうテクノロジブームに乗っかるにはかな~りコンサバなわたしですけれどもAndroid SDKというものを試用してみることにしました.いろいろとてこずったのでその様子をレポートしておきます.

ご注意: Androidの開発環境はupdateが速いようですので、以下の情報も短期間で陳腐化してしまうと思われます.以下では「Andriod SDK ADT bundle for Windows」という執筆時点で最新の配布形態における顛末記であります.ちなみにわたしの環境はwindows7 pro 64bitです.

●そもそもAndroid SDKのワークフローからして全然わからないわたしですから、初歩的な解説本として、こちらの本を買いました.ところがのっけからトラブルの渦中にいたわたしでした.この本は初版発行日が2012年9月とまだ7ヶ月しか経っていない比較的新しい解説本なのですけど、Android SDKのバージョンが新しくなっている今日では、この本通りにインストールすることは出来なくなっていたのです.この本を企画した方にはご愁傷様です.
Androidの開発環境は、かつてはこの本に書かれているとおり、いくつかのsoftwareをdownloadしてそれらを地道にインストールして、ようやく出来上がるというかったるいものだったそうです.しかし今では、それらを統一した(ほぼ)ワンパッケージでdownload→installできる配布形態がgoogleよって作られていて、それを「Android SDK ADT bundle for Windows」と呼びます.その長ったらしい名前の配布形態に上の本は対応していないというわけだったのです.昭和時代のギャフンというセリフを吐いてしまいました.

気持ちを切り替えまして、「Android SDK ADT bundle for Windows」に沿ったフローで以下の手順でインストールを進めます.

●Java SDKをインストール
「Java SE Development Kit 6」というやつの32bit版です.ここで、
   a)Java SE7じゃないのはどうして?
   b)64bit版じゃないのはどうして?
という2つの疑問が生じる方がいらっしゃると思いますが、その答えは、
   a) googleによるとSE6がご推奨されているから
   b) 64bit版だと後でeclipseの起動時にdllが見つからないというエラーになるから
わたしのやりかたが拙劣なせいでeclipseがエラーってるのかもしれませんが、ともあれわたしは32bit版に統一してインストールすることにしました.

1) こちらがjava SEのダウンロードサイトです.SEとはstandard editionの略です.
http://www.oracle.com/technetwork/java/javase/downloads/index.html
下の方にあるjava SE 6のdownloadボタンをクリックします.
2) 32bit版のこのファイル↓をダウンロードします.
3) ダウンロードできたらインストールしてください.
4) javaのフォルダを環境変数のPATHに設定するのはわたしのPCではすでに昔やった痕跡があったので今回改めてやりませんでしたが、始めてjavaをインストールする方は環境変数PATHの設定が必要になるかもしれません.そのやりかたはここでは割愛します.他のweb pageを探すなどして対処してください.

●その他のjavaのインストール     (この項は情報があいまいです.orz)
わたしのPCには過去の経緯的に次のたくさんのjavaがインストールされています.
JRE7の32bitがたぶんeclipseに必要と思われます.これがないと確かエラーが出たと記憶.
64bit版windowsをお使いの人があえて32bit版JRE7をdownloadしたいときはこちらのページでよろしいかと思います.   http://java.com/ja/download/manual.jsp
javaのインストールについては割愛します.javaについてのトラブルは割愛します.

●Android SDKのダウンロード
1) こちらのURLへ飛びます.   http://developer.android.com/sdk/index.html
2) このボタンを押します.
3) 次に現れるページにて、このように↓チェックしてボタンを押すとdownloadが始まります.ここでもしつこく32bit版に固執します.64bit版だとeclipseの起動時にjavaの.dllが見つからないだのとトラブったのがその理由.
 ファイルサイズが500MBぐらいあるのでdownloadに時間がかかります.

●Android SDKのインストール
1) C:\Androidというフォルダをつくる.
2) 上でdownloadしたファイルを解凍したファイルをC:\Androidにコピーする.
3) C:\Androidはこんなになったはず.
●eclipseの日本語化
1) これをダウンロードする.
http://sourceforge.jp/projects/mergedoc/downloads/58165/pleiades_1.4.0.zip/
2)解凍してできるファイルのうち、featuresの中身を、C:\Android\eclipse\featuresの中にコピー
3)pluginsの中身を、C:\Android\eclipse\pluginsの中にコピー
4)C:\Android\eclipse\eclipse.ini をeditorで開き、その最終行に以下の記述を追加してsaveする.
-javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar

●eclipseを起動する
1) C:\Android\eclipse\eclipse.exe  を起動する.
2) ワークスペースの選択ダイアログが出るが、OKをクリック
3) 念のため、初回だけ、次の設定操作をしておく.Android関係のチェックがされていることを確認してOKをクリックして閉じる
以上で統合開発環境であるeclipseが動くようになりました.

●つづいて、eclipseのメニューからAndroid Virtual Deviceを起動する
1) メニューの場所はこちらです
2) Device Definitionsタブのなかの、3.2"HVGA slider (ADP1)をクリックし、AVDの作成ボタンを押す.  (ここでNexus 7を選択すると後でなぜかエミュが起動しません)
3) 表示されるダイアログで、OKを押す.
4) こんなかんじでAVDを開始する.
5) 表示されるダイアログで「起動」を押す
6) この画面が出て、3分ぐらい待たされる.ここでフリーズしたなどと思わないことです.じっと待ちましょう.
7) やがてこのような画面が出ます.そうしたら後はAndroid端末のエミュとして動作します.
以上でデバッグのためのヴァーチャルデバイスが動きました.

●eclipseの文字コードをUTF-8に設定する
1) ウインドウ→設定
2) 一般→ワークスペース
3) UTF-8にする  → OKを押して終了

これまでで、インストールと呼べる作業は完了であるらしいです.次回はアプリを作る段階へと進みます.

(2)へ


人気ブログランキングへ

126 件のコメント:

  1. ハードだけじゃなくソフトもいけるんですか!?
    小学生からの理系ぱないっすね
    解体作業やったんですがすごく疲れましたwww

    返信削除
    返信
    1. そうですかぁ、解体は大変でしたか?
      わたしは一期生なので解体はやってないんでわからんちんなんですーw
      まぁ、リフォームするには最初には必ず解体なんで、こんなに朽ち果てているとか、こんな構造なのかとか、わりと解体は楽しいかもしれません.

      ソフトは、プロには敵いません.ホビーストレベルなんです.

      削除
  2. さまざまなものを再利用するため、かなり気を使いながら解体したのが大変でしたw
    構造がわかったのは確かにおもしろかったです

    返信削除
    返信
    1. ドア枠とかエアコンとかリユースしましたね?

      削除
  3. いま、UHFブースターを作っています。
    済んだら、アンドロイドも試してみたいので、
    そのときはよろしくお願い致します。

    返信削除
    返信
    1. UHFブースターというと、マクロストリップラインとかでしょうか?

      削除
  4. こんばんは マイクロストリップ以前に まずアンテナのそばにB、U33dbのブースターがあり、ミックスで送って(電源はBより送り出し)20mほど離れた居間で、
    B、U分離しB、U各2分配しています。
    Bは90レベルくらい有るのでそのまま、
    Uは48レベルくらいなので20dbほど稼いでから分岐し、2台のチューナに入れるつもりです。

    SHF用の両面基板があるので刻みを入れてチップを載せるマイクロストリップと云うより、島伝い式ですが、4種類ほどあるチップのどれを使おうかと思案中です。
    RFデバイスは

    upc106B vcc5v 1.5GHz 23~-15db 50 OHM AGC付き GaAs DC CUT?
    TA4029TU vcc2.5v 1.0GHz 13db 50 OHM
    uPC1659 vcc10v 1.5GHz 23db 50 OHM
    TA4002F vcc5v 1.3GHz 23db 50 OHM

    を入手しました。
    1番はAGC付きなんで発振対策には良いのですが資料が古く(メーカーにも残っていないようです)
    どちらかと言えば TA4002F が有望ですが 50と75のマッチング変換を勉強中です。
    入出力マッチング関連は
    http://den-nekonoko.blog.so-net.ne.jp/archive/c2301471166-1
    http://www.f-domain.com/matching/
    です。

    返信削除
    返信
    1. マッチング回路は設計するときだけ一瞬理解しますけど、その後また忘れてしまうわたしです.

      削除
  5. こんにちは 下のアドレスは 便利なサイトに繋がっています。
    今回のインピーダンスは75Ωのラインに50Ωのアンプを通してまた75で送り出す回路です。
    分布定数回路、集中定数回路とも設計できます。
    どちらの回路も入力バイアスや出力DCカットに1000PF位を直列にすれば、
    影響を避けられそうです。
    まず、ケーブルインピーダンス75Ωですから正規化インピーダンスを75Ωに、
    Zs=75 Zl=50 にして アンプに入れ アンプインピーダンス 50Ω ですから
    正規化インピーダンス 50Ω Zs=50 Zl=75 にして チューナーケーブルに繋ぎます。 

    返信削除
  6. І'm reаllу impreѕsеԁ with
    your ωriting skіlls and alѕo wіth the layоut
    οn your blog. ӏs this а paid theme or did yοu cuѕtomizе it уouгself?
    Αnуwaу κеep uр thе eхcellеnt
    qualіtу wгiting, it's rare tо
    seе a nice blog lіke thіѕ one
    these ԁaуѕ.

    Feеl free to ѵisit my ωеb-ѕite; Reԁ Kings Pοker Οffег ()

    返信削除
  7. Fabulous, what a blog it is! This webpage
    gives helpful information to us, keep it up.

    Also visit my web blog: online

    返信削除
  8. It is the best time to make some plans for the future
    and it's time to be happy. I've read this post and if I could
    I wish to suggest you some interesting things
    or advice. Maybe you could write next articles referring to this article.
    I want to read more things about it!

    Also visit my blog post :: quotes on love

    返信削除
  9. Hey there, You've done a great job. I'll definitely digg it and personally suggest
    to my friends. I am confident they will be benefited from this site.



    Here is my weblog; assassin's creed 4 black capture the flag black ops

    返信削除
  10. I know this if off topic but I'm looking into starting my
    own blog and was wondering what all is needed to get set
    up? I'm assuming having a blog like yours would cost a pretty penny?
    I'm not very internet smart so I'm not 100% positive.
    Any tips or advice would be greatly appreciated. Thanks|

    Feel free to visit my web page ... darmowy program pit 2013 (dobryprogrampit.pl)

    返信削除
  11. I drop a comment each time I appreciate a article on a
    site or I have something to valuable to contribute to the conversation.
    Usually it is a result of the sincerness
    displayed in the post I browsed. And after this post "Android SDKを初めて始めて悪戦苦闘レポート (1) インストール".
    I was moved enough to post a thought :) I actually do have
    2 questions for you if it's okay. Is it only me or does
    it give the impression like some of these comments come across like coming from brain dead folks?

    :-P And, if you are posting at other social sites,
    I would like to follow everything fresh you have
    to post. Would you make a list the complete urls of your
    shared sites like your linkedin profile, Facebook page or twitter feed?|

    Also visit my blog :: pit 2013 program

    返信削除
  12. I loved as much as you'll receive carried out right here.
    The sketch is attractive, your authored subject matter stylish.
    nonetheless, you command get got an edginess
    over that you wish be delivering the following. unwell unquestionably come further formerly again since exactly the same
    nearly very often inside case you shield this hike.|

    Feel free to surf to my web blog: program pit 2013 - dobryprogrampity.pl,

    返信削除
  13. Hello there I am so happy I found your web site, I really found you by accident, while
    I was looking on Yahoo for something else, Regardless I am
    here now and would just like to say kudos for a remarkable post and a all round enjoyable
    blog (I also love the theme/design), I don’t have time to browse it all
    at the moment but I have saved it and also added in your RSS feeds, so when I have time I will be back
    to read much more, Please do keep up the fantastic
    b.|

    Feel free to visit my homepage: darmowy program do rozliczania pit 2013

    返信削除
  14. For most up-to-date news you have to visit the web and on internet I found this site as a finest site for most recent updates.|

    Take a look at my web page :: pit 2013 program

    返信削除
  15. WOW just what I was looking for. Came here by searching for formularze podatkowe ministerstwo finansów|

    my webpage: program pit 2013

    返信削除
  16. It is appropriate time to make some plans for the future
    and it is time to be happy. I've read this post and if I
    could I wish to suggest you few interesting things or
    tips. Perhaps you can write next articles referring to this article.
    I desire to read even more things about it!|

    My web page ... pit 2014 program

    返信削除
  17. I drop a comment when I especially enjoy a article on a blog or I
    have something to valuable to contribute to the conversation.
    It's triggered by the fire displayed in the article I looked at.
    And after this post "Android SDKを初めて始めて悪戦苦闘レポート (1) インストール".
    I was actually excited enough to leave a comment ;-) I actually do have a few questions
    for you if you tend not to mind. Is it just me or does it look like like some of these
    comments look as if they are coming from brain dead folks?
    :-P And, if you are posting on other online sites, I would like to follow everything fresh you
    have to post. Could you make a list all of your shared sites like your twitter feed,
    Facebook page or linkedin profile?|

    Also visit my blog - pity 2014 program

    返信削除
  18. I'm no longer positive where you're getting your info, however great
    topic. I needs to spend some time studying more or understanding more.
    Thank you for great info I used to be in search of this info for my mission.|

    Also visit my blog ... pity 2013 program

    返信削除


  19. Feel free to visit my web page ... pity 2014 program

    返信削除
  20. Wonderful goods from you, man. I have consider your stuff prior to and you are simply extremely wonderful.
    I actually like what you have acquired right here, really
    like what you're stating and the best way wherein you say it.
    You are making it entertaining and you continue to take care
    of to stay it sensible. I can't wait to read much more from
    you. That is actually a terrific site.|

    my web page :: program pity 2014

    返信削除
  21. Great blog here! Also your site loads up fast! What host are you
    using? Can I get your affiliate link to your
    host? I wish my web site loaded up as quickly as yours lol|

    Here is my blog ... pity 2013 program

    返信削除
  22. Excellent post however , I was wanting to know if you
    could write a litte more on this subject? I'd be very thankful if you could elaborate a little bit further.
    Appreciate it!|

    Look at my web page ... program pity 2013

    返信削除
  23. Definitely believe that which you stated. Your favorite justification appeared
    to be on the net the simplest thing to be aware of.
    I say to you, I certainly get annoyed while people consider worries that they plainly don't know about.

    You managed to hit the nail upon the top and also defined out
    the whole thing without having side effect , people can take a signal.
    Will probably be back to get more. Thanks|

    my blog :: program do rozliczania pit 2013 (http://najnowszeprogramypit.pl)

    返信削除
  24. Truly when someone doesn't understand afterward its up
    to other users that they will assist, so here it takes place.|

    Here is my webpage :: darmowy program pit 2014

    返信削除
  25. Howdy! I know this is kinda off topic nevertheless
    I'd figured I'd ask. Would you be interested in exchanging links
    or maybe guest authoring a blog post or vice-versa?
    My blog discusses a lot of the same topics as yours and I believe we could greatly benefit from each other.
    If you're interested feel free to send me an email.
    I look forward to hearing from you! Fantastic blog by
    the way!|

    Also visit my site :: pit 2014 program (http://nowyprogrampit2014.pl)

    返信削除
  26. When someone writes an paragraph he/she retains the thought
    of a user in his/her brain that how a user can know it. Therefore that's why this paragraph
    is amazing. Thanks!|

    My page - program pit 2013

    返信削除
  27. Hi I am so grateful I found your blog, I really found you by
    mistake, while I was researching on Askjeeve for something else,
    Regardless I am here now and would just like to say many thanks for a incredible post
    and a all round exciting blog (I also love the theme/design), I don't
    have time to browse it all at the minute but I have book-marked it
    and also included your RSS feeds, so when I have time I will be back to read more, Please do
    keep up the fantastic job.|

    Here is my homepage - darmowy program pit 2013

    返信削除
  28. Write more, thats all I have to say. Literally, it seems as though
    you relied on the video to make your point.
    You clearly know what youre talking about, why waste your intelligence on just posting videos to your site when you could be giving us something informative to read?|

    My web page pit 2014 program, noweprogramypit2014.pl,

    返信削除
  29. hello there and thank you for your info – I've
    certainly picked up something new from right here. I did however expertise some
    technical issues using this web site, as I experienced to reload the website many times
    previous to I could get it to load properly. I had been wondering if your web host is OK?
    Not that I'm complaining, but slow loading instances times will sometimes affect your placement
    in google and could damage your high-quality score if advertising and marketing with Adwords.

    Anyway I'm adding this RSS to my email and can look out for much more of your respective fascinating content.

    Make sure you update this again soon.|

    My web page :: darmowy program pit 2013

    返信削除
  30. Hey there outstanding blog! Does running a blog similar to
    this require a massive amount work? I've absolutely no understanding of computer programming however I was hoping to start my own
    blog soon. Anyway, if you have any ideas or techniques for
    new blog owners please share. I know this is off subject however I simply wanted
    to ask. Thank you!|

    my web site; e-deklaracje

    返信削除
  31. Hello there I am so excited I found your website, I really found you by
    error, while I was researching on Yahoo for something else, Anyways I am here now and would
    just like to say kudos for a marvelous post and a all round entertaining
    blog (I also love the theme/design), I don't have time to read through it all
    at the moment but I have saved it and also included your RSS feeds, so when I have time I will
    be back to read a lot more, Please do keep up the great work.|

    my blog program do rozliczenia pit 2013

    返信削除
  32. Very nice article, totally what I wanted to find.|

    Feel free to visit my web page; darmowy program do rozliczania pit 2013

    返信削除
  33. Good day! I know this is kinda off topic however , I'd figured I'd
    ask. Would you be interested in trading links or maybe guest
    authoring a blog article or vice-versa? My website
    covers a lot of the same subjects as yours and I think we
    could greatly benefit from each other. If you're interested feel free to send me an e-mail.
    I look forward to hearing from you! Terrific blog by the way!|

    My homepage - program pity 2014

    返信削除
  34. Oh my goodness! Impressive article dude! Thanks, However I am experiencing issues with your RSS.
    I don't understand why I am unable to subscribe to it.
    Is there anybody having identical RSS issues? Anyone that knows the answer will you
    kindly respond? Thanks!!|

    My blog post ... pit 2014 program

    返信削除
  35. Its such as you learn my mind! You appear to know so much approximately this, like you wrote the ebook in it or something.

    I think that you could do with some percent to drive the
    message home a little bit, however instead of that, that is great blog.
    A fantastic read. I will definitely be back.|

    My homepage :: program do rozliczania pit 2014

    返信削除
  36. Awesome! Its truly remarkable piece of writing, I have got much clear
    idea concerning from this paragraph.|

    Feel free to surf to my web blog; darmowy program pit 2013

    返信削除
  37. Greetings! Very useful advice within this
    article! It is the little changes which will make the greatest changes.

    Thanks for sharing!|

    Feel free to visit my web blog pit 2013 program

    返信削除
  38. There is certainly a lot to find out about this issue.
    I really like all of the points you made.|

    My blog; program pit 2013 (superprogrampit.pl)

    返信削除
  39. It's really very complicated in this active life to listen news on TV, thus I only
    use web for that purpose, and get the most recent news.|

    my web-site; program do rozliczania pit 2014

    返信削除
  40. certainly like your web site but you need to take a look at
    the spelling on several of your posts. Many of them are rife with spelling problems and I in finding it very bothersome to inform the truth nevertheless I'll surely come
    back again.|

    my weblog; pity 2014 program

    返信削除
  41. Hi I am so grateful I found your blog page, I really found you
    by accident, while I was researching on Askjeeve for something else,
    Nonetheless I am here now and would just like to say thanks for a marvelous post and a all
    round thrilling blog (I also love the theme/design), I don’t have time to read it all
    at the minute but I have book-marked it and also added
    in your RSS feeds, so when I have time I will be back to read more,
    Please do keep up the superb work.|

    Also visit my weblog ... homepage []

    返信削除
  42. Someone necessarily lend a hand to make seriously articles I'd state.
    That is the very first time I frequented your website page and to this point?

    I surprised with the research you made to create this
    actual submit extraordinary. Excellent task!|

    Also visit my web page :: program pit 2013

    返信削除
  43. whoah this blog is great i love studying your articles.

    Stay up the good work! You recognize, lots of
    people are hunting around for this information, you could help them greatly.
    |

    My web site: program do pitów 2013 (nowe-programy-pit.pl)

    返信削除
  44. Howdy! I know this is kinda off topic but I was wondering if you knew
    where I could find a captcha plugin for my comment form?
    I'm using the same blog platform as yours and I'm having trouble finding one?
    Thanks a lot!|

    Also visit my page ... pity 2013 program

    返信削除
  45. hi!,I like your writing so so much! proportion we keep in
    touch extra about your post on AOL? I require a specialist on this space to unravel my problem.
    May be that is you! Looking forward to see you. |

    My weblog ... pit 2013 program

    返信削除
  46. I comment whenever I especially enjoy a article on a blog or
    if I have something to valuable to contribute to the conversation.
    It's caused by the passion communicated in the post I browsed.
    And after this article "Android SDKを初めて始めて悪戦苦闘レポート (1) インストール".
    I was moved enough to write a commenta response ;-)
    I do have 2 questions for you if you tend not to mind. Could it be only me or does it appear like
    a few of the comments appear like they are coming from brain dead people?
    :-P And, if you are writing at other online sites,
    I'd like to follow you. Could you list the complete urls of all your shared pages like your Facebook page,
    twitter feed, or linkedin profile?|

    My homepage program pit 2013

    返信削除


  47. Feel free to surf to my weblog: program pit 2014

    返信削除
  48. Hey would you mind stating which blog platform you're working with?
    I'm going to start my own blog in the near future but I'm
    having a difficult time making a decision between BlogEngine/Wordpress/B2evolution and Drupal.
    The reason I ask is because your layout seems different then most
    blogs and I'm looking for something unique. P.S
    My apologies for getting off-topic but I had
    to ask!|

    Feel free to visit my blog pit 2014 program - http://noweprogramypit2014.eu,

    返信削除
  49. Hi, I do think this is a great blog. I stumbledupon it ;) I may return once again since i have book-marked it.

    Money and freedom is the best way to change, may you be rich
    and continue to guide others.|

    my blog post darmowy program pit 2014 (nowyprogrampity2014.pl)

    返信削除


  50. Also visit my web-site :: nowyprogrampity.eu ()

    返信削除
  51. Hiya very cool website!! Man .. Excellent ..
    Wonderful .. I'll bookmark your web site and take the feeds also?
    I am satisfied to find numerous useful information here within the publish, we need develop more techniques in this regard, thanks
    for sharing. . . . . .|

    My homepage :: darmowy program pit 2013

    返信削除
  52. After I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and now whenever a comment is added
    I receive 4 emails with the exact same comment. Is there a way you are able to remove me
    from that service? Kudos!|

    Also visit my blog :: pity 2013 program - http://naszeprogramypit.pl/,

    返信削除
  53. Hello there! This blog post could not be written much
    better! Looking at this post reminds me of my previous roommate!
    He constantly kept talking about this. I'll send
    this post to him. Fairly certain he's going to have a good read.

    Many thanks for sharing!|

    Here is my web-site: pit 2013 program [nowe-programy-pit.pl]

    返信削除
  54. I was recommended this blog by my cousin. I'm not certain
    whether this put up is written by way of him
    as no one else know such detailed approximately my difficulty.
    You are amazing! Thank you!|

    Also visit my web blog - web site ()

    返信削除
  55. I visited various blogs but the audio quality for audio songs current at this site is
    actually wonderful.|

    Here is my page program do pitów 2013 (nowy-program-pit-2013.pl)

    返信削除
  56. Hi mates, how is everything, and what you want to say on the
    topic of this piece of writing, in my view its genuinely awesome
    for me.|

    Feel free to surf to my web-site: site -
    -

    返信削除
  57. Hello to all, it's truly a good for me to visit this website, it consists of priceless
    Information.|

    Check out my blog post ... darmowy program do rozliczania pit 2013 (http://nowy-program-pit-2013.pl)

    返信削除
  58. I rarely comment, however after browsing a few of the remarks on "Android SDKを初めて始めて悪戦苦闘レポート (1) インストール".
    I do have some questions for you if it's allright.

    Is it only me or do some of these responses look as if they are written by brain dead individuals?
    :-P And, if you are posting on other places, I'd like to keep up with
    everything fresh you have to post. Could you list of all of your social community sites like your twitter
    feed, Facebook page or linkedin profile?|

    My site: darmowy program pit 2014

    返信削除
  59. Hey there! I just wanted to ask if you ever have any issues
    with hackers? My last blog (wordpress) was hacked and I
    ended up losing a few months of hard work due to no back up.
    Do you have any solutions to protect against hackers?|

    My web site; program do rozliczania pit 2014

    返信削除
  60. I constantly spent my half an hour to read this blog's content everyday
    along with a cup of coffee.|

    My web site program do rozliczania pit 2013

    返信削除
  61. wonderful points altogether, you simply gained a logo new
    reader. What might you recommend in regards to your publish that you simply made some
    days in the past? Any positive?|

    my webpage ... darmowy program pit 2013

    返信削除
  62. Fantastic blog you have here but I was curious about if
    you knew of any discussion boards that cover the same topics talked about here?
    I'd really like to be a part of online community where I can get responses from other experienced people that share the same interest.
    If you have any recommendations, please let me know. Thanks!|

    Review my webpage :: darmowy program do rozliczania pit 2013

    返信削除
  63. This is really interesting, You're a very skilled blogger.

    I have joined your feed and look forward to seeking more of your excellent post.

    Also, I have shared your website in my social networks!|

    Also visit my homepage - darmowy program do rozliczania pit 2013

    返信削除
  64. Thankfulness to my father who told me regarding this web site, this webpage is
    truly remarkable.|

    Here is my web page - program pity 2013 (http://nowe-programy-pit.pl)

    返信削除
  65. I am really grateful to the holder of this site who has shared this impressive paragraph at here.|

    Here is my homepage ... pity 2014 program

    返信削除
  66. It's actually a nice and helpful piece of information. I am happy that you just shared this useful info
    with us. Please stay us up to date like this. Thank you for sharing.|

    My web page :: pity 2013 program (http://programy2013.pl/)

    返信削除
  67. Hi my friend! I want to say that this post is amazing, nice written and include approximately all important infos.
    I'd like to look extra posts like this .|

    Here is my web site web page ()

    返信削除
  68. We absolutely love your blog and find almost all of your post's to be just
    what I'm looking for. Does one offer guest writers to write content for you?
    I wouldn't mind publishing a post or elaborating on most of the subjects you write regarding here.

    Again, awesome web log!|

    My site - program do rozliczania pit 2013

    返信削除
  69. If some one needs expert view about blogging afterward i propose him/her to visit this web
    site, Keep up the fastidious work.|

    my web-site pity 2013 program

    返信削除
  70. I rarely drop remarks, however i did a few searching and wound up here "Android SDKを初めて始めて悪戦苦闘レポート (1) インストール".
    And I actually do have a few questions for you if it's allright.
    Could it be just me or does it look as if like a few of the remarks come across as if they
    are written by brain dead people? :-P And, if you are writing at additional sites,
    I'd like to keep up with everything new you have to post.
    Could you make a list of every one of your public sites like
    your linkedin profile, Facebook page or twitter feed?|

    Look at my blog :: darmowy program pit 2013

    返信削除


  71. Also visit my homepage - program pit 2013 ()

    返信削除
  72. Greetings, I do believe your web site could possibly be having
    web browser compatibility issues. Whenever I look at your website in Safari, it looks fine but when opening in IE, it's got some overlapping
    issues. I just wanted to provide you with a quick heads up!
    Apart from that, excellent website!|

    My weblog - darmowy program pit 2013

    返信削除
  73. Does your blog have a contact page? I'm having
    trouble locating it but, I'd like to shoot you an e-mail.

    I've got some suggestions for your blog you might be interested in
    hearing. Either way, great blog and I look forward to seeing it grow over
    time.|

    My webpage ... darmowy program pit 2013

    返信削除
  74. Woah! I'm really loving the template/theme of this blog. It's simple, yet effective.
    A lot of times it's hard to get that "perfect balance" between usability and appearance.
    I must say you've done a superb job with this. In addition,
    the blog loads super quick for me on Internet explorer.
    Exceptional Blog!|

    Feel free to surf to my blog post - program pit 2013

    返信削除
  75. My brother recommended I might like this web site.
    He used to be entirely right. This post actually made my day.
    You cann't believe just how much time I had spent for this information!
    Thanks!|

    Feel free to visit my web blog ... program pit 2014 (http://programpit-2014.pl)

    返信削除
  76. Howdy! This is my first comment here so I just wanted to give a quick shout out and
    say I truly enjoy reading through your blog posts.
    Can you suggest any other blogs/websites/forums that deal with the
    same subjects? Thanks!|

    my web blog - pity 2013 program

    返信削除
  77. Good post. I learn something new and challenging on sites
    I stumbleupon every day. It will always be exciting to read through articles from other authors and practice
    something from other websites. |

    Here is my weblog :: pity 2014 program

    返信削除
  78. Hi there, just became aware of your blog through Google,
    and found that it's truly informative. I'm going to watch out for brussels.
    I'll be grateful if you continue this in future.
    A lot of people will be benefited from your writing.

    Cheers!|

    Check out my weblog: pit 2013

    返信削除
  79. Hello There. I discovered your blog the use of msn.
    This is an extremely well written article.
    I will make sure to bookmark it and return to read extra of your helpful information.
    Thanks for the post. I will definitely return.|

    Here is my webpage :: darmowy program pit 2014

    返信削除


  80. Feel free to visit my blog ... pity 2014

    返信削除
  81. I like the helpful info you provide in your articles.
    I will bookmark your weblog and check again here regularly.

    I'm quite sure I will learn many new stuff right here! Good luck
    for the next!|

    Also visit my blog post program pit 2013

    返信削除
  82. As the admin of this web page is working, no hesitation very rapidly it will be well-known,
    due to its quality contents.|

    Feel free to visit my blog post; site ()

    返信削除
  83. It's appropriate time to make some plans for the future and it is time
    to be happy. I've read this post and if I could I wish to suggest you few interesting
    things or tips. Maybe you can write next articles referring
    to this article. I wish to read more things about it!|

    Here is my web-site ... program do rozliczania pit 2014

    返信削除
  84. My coder is trying to persuade me to move to .net from PHP.
    I have always disliked the idea because of the costs.
    But he's tryiong none the less. I've been using WordPress on a number of websites
    for about a year and am worried about switching to another platform.

    I have heard fantastic things about blogengine.net. Is
    there a way I can transfer all my wordpress content into it?
    Any help would be really appreciated!|

    my webpage: program do rozliczania pit 2014

    返信削除
  85. If some one wants to be updated with hottest technologies afterward he must be pay a visit this
    web page and be up to date everyday.|

    Feel free to visit my web blog program do rozliczania
    pitów 2013 (http://nowe-programy-pity.pl/)

    返信削除
  86. Howdy very cool blog!! Man .. Beautiful
    .. Amazing .. I'll bookmark your site and take the feeds additionally?
    I'm happy to find numerous helpful information here within the
    publish, we want develop more strategies in this regard,
    thank you for sharing. . . . . .|

    Take a look at my homepage :: program do rozliczenia pit za 2013

    返信削除
  87. At this time it appears like BlogEngine is the top blogging platform available right now.
    (from what I've read) Is that what you are using on your blog?|

    Feel free to visit my web site; program do wypełniania pit 2013

    返信削除
  88. What's up, yes this paragraph is really fastidious and I have learned lot of things from it on the topic of blogging.
    thanks.|

    Feel free to visit my weblog ... web page ()

    返信削除


  89. Feel free to visit my homepage: tylkopit.pl

    返信削除
  90. Hello very cool web site!! Guy .. Beautiful .. Wonderful ..
    I will bookmark your site and take the feeds also?

    I'm glad to seek out a lot of helpful info right here in the
    submit, we want work out extra strategies on this regard, thanks for sharing.
    . . . . .|

    Also visit my web-site - program do rozliczania pit 2014 - http://programpit-2014.pl -

    返信削除
  91. Have you ever considered about adding a little bit more
    than just your articles? I mean, what you say is fundamental and all.
    Nevertheless imagine if you added some great photos or video clips to
    give your posts more, "pop"! Your content is excellent but with pics and videos, this site could definitely
    be one of the greatest in its field. Good blog!|

    My weblog: pity 2014

    返信削除
  92. hello there and thank you for your information – I've certainly
    picked up anything new from right here. I
    did however expertise some technical points using this site, since
    I experienced to reload the site many times previous to I could get it to load properly.
    I had been wondering if your hosting is OK? Not that I am
    complaining, but sluggish loading instances times will very frequently affect your placement in google and can damage your high quality score if advertising and marketing with Adwords.
    Well I'm adding this RSS to my e-mail and can look out for a lot more of your respective interesting content.
    Ensure that you update this again soon.|

    my blog post; darmowy program pit 2014

    返信削除
  93. I enjoy what you guys are usually up too. This sort of clever work and exposure!
    Keep up the good works guys I've you guys to our blogroll.|

    Look into my web blog - darmowy program do pit 2013

    返信削除
  94. I like the helpful information you provide in your articles.
    I'll bookmark your blog and check again here regularly.
    I'm quite sure I will learn many new stuff right here!
    Good luck for the next!|

    Take a look at my webpage: oprogramowanie do rozliczania pitów za 2013

    返信削除
  95. Excellent beat ! I would like to apprentice while
    you amend your web site, how can i subscribe for a blog website?
    The account helped me a acceptable deal.
    I had been tiny bit acquainted of this your broadcast offered bright clear idea|

    Feel free to surf to my blog post ... program do wypełniania pitów 2013

    返信削除
  96. Hello just wanted to give you a quick heads up.
    The words in your post seem to be running off the screen in Safari.

    I'm not sure if this is a formatting issue or something to do with internet browser compatibility
    but I figured I'd post to let you know. The design look great though!
    Hope you get the issue resolved soon. Cheers|

    Look at my site; darmowy program do rozliczania pit za 2013

    返信削除
  97. Right away I am going to do my breakfast, afterward
    having my breakfast coming yet again to read additional news.|

    Feel free to surf to my web page; web site ()

    返信削除
  98. People should not lose confidence in the idea of using a beautiful sunset in
    an internet marketing campaign.
    If you're new to online marketing, one thing that will get you is not being able to understand the marketing figures.
    He would ask the ladies to look at him, and compare him
    to their ‘fella’ – telling them quite directly that he was
    the man their man could smell like – with Old Spice of course – so the campaign was
    not only attracting interest from the women, but the men as
    well. Make friends and encourage them to check out your website.
    If you would like to create a blog in order to promote affiliate products you may want to consider using Blogger.
    ' In the process of Internet Marketing, this is one of the
    most basic and most important elements. It can also contribute to an aesthetic experience of
    a brand's presence, as well as be implemented for
    Organic Search Engine Optimization tactic. They are instead primarily concerned with real solutions to
    their problems and benefits as they perceive them.

    返信削除
  99. Thanks to my father who shared with me concerning
    this website, this web site is really awesome.

    Feel free to surf to my blog: best only

    返信削除
  100. Attractive section of content. I just stumbled upon your website and in accession capital to assert that
    I get actually enjoyed account your blog posts.
    Anyway I will be subscribing to your augment and even I achievement
    you access consistently quickly.

    Here is my web site; Www.Facebook.com

    返信削除
  101. If you are going for finest contents like I
    do, only visit this web page every day because it gives feature contents, thanks

    my weeb page :: Why Not Try These Out

    返信削除