4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AndroidStudio/Git Hubでよく見る英単語

Last updated at Posted at 2015-11-20

##AndroidStudio

用語 意味
build コンパイルソースコードのコンパイルやライブラリのリンクなどを行い、最終的な実行可能ファイルを作成すること
gradle ビルドシステム
aceept 受け入れる
ignore 無視する、除外する
exception 例外的状況、想定外の事態(メモリが少なかったり)
parse 解析する
failed 失敗
comfirm 確認
JDK 基本的なjavaクラス
SDK 携帯電話用のjavaクラスや開発ツール(software development kit)
インスタンス 実体化すること、newする
context 文脈、アクティビティ
sync now 同期
configurat 自分で設定する
intent 意図・目的、主にアクティビティを起動する時に使う、newする
resolve 解決する

buildの参考
ビルド 【 build 】
http://e-words.jp/w/%E3%83%93%E3%83%AB%E3%83%89.html

##GitHub

用語 意味
checkout 今のファイルの状態から出て移動する
force checkout ローカルの変更を無視してチェックアウト
smart checkout ローカルの変更をstashしてチェックアウト
merge 統合する
conflict 衝突
stash 一時的に退避
add root あやふや(Gitにつなげる、Enable VCS->Gitと同じと考えるのはちょっと違うかも?)
リポジトリ ファイルやディレクトリの状態を記録する場所

smart checkoutの参考
AppCodeのsmart checkoutが便利だ
http://anton0825.hatenablog.com/entry/20140331/1402648066

4
2
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?