またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
またまた、更新。
レイアウトエディタあたりが目玉のようです。
設定まわりがはやく更新されないかなと思ったりします。
どんどん進歩を続けています。
今から約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 を書いて、
Android Studio 0.1.5 がリリースされています。
で更新を進めるとこんなところもチェックしていたり。
「SJIS問題」も回避できてるのでしょうか。
で、問題の「Project Structure」なところは、
もう、1億万回くらい設定やりましわ,これ。
[File] - [Project Structure]
今の Android Studio (I/O preview) 0.1.3 では、標準でもれなく
こんなダイアログが当たり前に表示されますが。
We will provide a UI to configure project settings later. Until then, please manually edit your build.gradle file to configure source folders, libraries and dependencies.
NOTE THAT EDITS MADE IN THE FOLLOWING DIALOG DO NOT AFFECT THE GRADLE BUILD.
The dialog can be used for temporary adjustments to SDKs etc.
私たちは、後でプロジェクトの設定を構成するためのUIを提供します。それまでは、ソースフォルダ、ライブラリと依存関係を設定するためにあなたのbuild.gradleファイルを手動で編集してください。
次のダイアログIN MADE編集注Gradleのビルドには影響しません。
ダイアログはSDKのへの一時的な調整のために使用することができますなど
なんか、いろいろやってるんですね、今は。
GUIから設定変更できてなかったんですね、今は。
で、そんな build.gradle 記述なメモをば。
You must be logged in to post a comment.