sos の 作業メモ

プログラミングや英会話学習、マイルや旅行、日常生活など。最近はWebFormなASP.NETのお守りがお仕事です。

日々の生活にhappyをプラスする|ハピタス Gポイント

0.3.6 Android Studio

そんなわけで0.3.6がリリースされました

f:id:sos_jp:20131115165903p:plain

0.3.4と0.3.5からいくつかの重要なバグを修正したそうです。

Issue 62146: Can't open New Module wizard, IDE freezes

new Module ウィザードが開かずにIDEがフリーズしてたとか

Issue 61939: Recent edits are not reflected in compiled app. (Also fixed related issues 62129 and 62168).

コンパイルされたアプリで最新の編集が反映されていないとか

New Intellij EAP merge (to 132.1045: Release notes)

新しい Intellij EAPがマージされたとか

Issue 60916: Studio unable to run tests of a Java module

javaモジュールのテストが走らなかったのを直したとか

junitで走らせるなら build.gradleに以下のように書けばよいらしい

apply plugin: 'java'

dependencies {
    testCompile 'junit:junit:4.+'
}

Issue 61488 : exclude build/res folder

検索対象とかからbuild/resフォルダを除外するとか

Issue 61860: File choosers in Project Structure should create relative paths

Project Structureのファイル選択で相対パスを作成できるようにしたとか

Issue 61829: Allow Project Structure to deal with relative module names

Project Structureが相対モジュール名に対処できるようにしたとか

Issue 60729: Mark res folders as resource folders

resフォルダをリソースフォルダとしてマークするようにしたとか

Issue 61769: Fix template such that NavigationDrawer does not crash on older versions

古いバージョンでもクラッシュしないテンプレートにしたとか

Other project template changes (for example, move name primary module "app" and don't always append "Project")

プロジェクトテンプレートを変更したとか(プライマリモジュールの名前がappに変更)

New lint check which finds usages of checkPermission without consulting the return value (probably meant to use enforcePermission)

check*Permissionの Lintチェックを追加したとか

 


とまぁけっこうバグが潰されています。アップデート後のビルドも手元の プロジェクトは特に問題無しでした。