またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
どんどん進歩を続けています。
今から約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 を書いて、
こんなのあります。
風雲LIVE日本語へようこそ 皆様に風雲LIVE日本語を体験、ご利用いただきありがとうございます。皆様のために日本テレビ番組生放送のサービスをご提供できることに、心よりのお喜びを申し上げます。今後も引き続き風雲LIVE日本語をご支持くださるよう、何卒お願い申し上げます。
パソコンでは問題なくみれます。
スマホで見てみましょう。
「日本語での入力」ってのは、
なんか欧米圏に比べて少しさびしい気もしていたりします。
Googleキーボード - Google Play の Android アプリ
けれど、こいつは、早くも多国語対応しており、
日本語でも十分使えます。
You must be logged in to post a comment.