情報系人間のブログ

プログラミング、開発に関することを書いていきます。

2014-01-01から1年間の記事一覧

androidstudioでパッケージ名を変える

変えたいディレクトリで右クリック -> move -> 名前入力 で変更可能

androidstudioでMaterialDesignLibraryを使う

MaterialDesignLibraryをダウンロード File -> import moduleでMaterialDesignLibraryをインポート http://stackoverflow.com/questions/27364565/how-to-import-material-design-library-to-android-studio を参考にbuild.gradleを変更

AndroidStudioで外部ライブラリを使用する

libsフォルダをappフォルダ内に作成 そこに.jarを突っ込む File -> Project Structure -> Dependencies -> 左下の「+」 -> File Dependencies から.jarを参照 これで出来る。 appフォルダ内のbuild.gradleのdependenciesに compile files('xxxxxxxxxxxxx.jar…

AndroidStudioを1.0にしたらAndroidAnotationsでエラーが出た

AndroidStudio vertion1.0がリリースされてアップデートしたら案の定エラーがでた。 Error:(34, 0) Could not find property 'processResources' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@1080a27a. processResourcesが…

Android Studioでupdate時に「The Android SDK folder can no longer be inside the application folder」

Android StudioをupdateしようとしたらWarningが出た The Android SDK folder can no longer be inside the application folder・・・ 訳すと Android ADKはアプリケーションフォルダに置かないでね。 ホームフォルダとか別の場所に移動して。 IDEが再起動す…

itunes connectへsubmitする際のエラー

ios

"This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and IOS 7 SDK. Do not submit apps built with beta software." itunes connectでvalidateしたらこんな…

FourQu

FourQuは4つに分かれたをリストを持つタスク管理アプリです。タスクを自由に移動して簡単に整理ができます。シンプルな機能なので誰でも簡単に使えます。 タスク管理だけでなくメモ帳やSWOT分析、アイゼンハワーボックスといったツールとして使用することも…

About

ブログについて 思ったことを書いていきます。特に決まったテーマはありません。 Profile 情報系の学生。 Amazonアソシエイト・プログラム 当ブログはAmazon.co.jpを宣伝しリンクすることによって、サイトが紹介料を獲得できるし手段を提携することを目的に…