またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
どんどん進歩を続けています。
今から約1時間ほど前です。
むむ、こんな。
Lots of bug fixes. We've addressed many exceptions submitted via the crash reporter (thanks for your reports and keep coming). Some other notable fixes:
Fixes to SDK configuration in Gradle builds.
Fixed layout rendering where bitmaps were painted using incorrect densities
Fixed the exception which occurred when trying to use the context menu to create new resource files
Fixed a lint API check error which incorrectly flagged some methods as being newer than they really are
New Activity template
Template wizard parameter validation (so for example it now ensures that classes and resources do not clash with existing ones, except for cases where it intentionally merges, such as adding to the manifest file.)
New lint rule checking that inline id definitions are valid
あれ、どうなったか。
ワロタ。
こんなつぶやきが。
Android StudioとGitHubの連携,よくわからん
どれをignoreしたらいいのさ— izumin (@izumin5210) June 20, 2013
ほんとだ、どうするべきなのか。
フツーに「HelloWorld」をGitインポートしたらこんな。
なるべくなら、ゴミは、git上に上げないのが筋だとは思う。
Subversion から Git や Mercurial にするならこの2つで簡単に進むべし
Git Cheat Sheet 日本語版 | textdrop
まだ、AndroidStudioには、依存性の問題とかいろいろあったりして。
dependencies { compile files ( 'libs/gcm.jar', '...more-jar-files...' ) }
Android Studio に今は必ず必要な build.gradle の記述
ゴミの判別が、むつかしいような。。。
で、とりあえず、どんな、ファイル構造になるのかを、HelloWorldで。
HelloWorldProject ├── .gradle *** ├── .idea *** ├── HelloWorld │ ├── HelloWorld.iml *** │ ├── build *** │ ├── build.gradle *** │ ├── libs │ │ └── android-support-v4.jar │ └── src ├── build.gradle *** ├── gradle *** ├── gradlew *** ├── gradlew.bat *** ├── helloworld.iml *** └── settings.gradle ***
Android Studio で新規に作成されるファイルは(***)を付けてみました。
こいつらを「筋」どおり無視して .gitignore を書いて、
コメントを投稿するにはログインしてください。