公開されているEclipseのマルチプロジェクトリソースをAndroidStudioで使う

 

ViewPagerIndicatorのサンプルを動かそうとして動かず。

ViewPagerIndicator

ViewPagerIndicator ViewPagerIndicator

Android-ViewPagerIndicator_sample_at_master_·_JakeWharton_Android-ViewPagerIndicator

JakeWharton/Android-ViewPagerIndicator JakeWharton/Android-ViewPagerIndicator

 

なんか似たようなこといつもやってる気がしてきたので、「マルチプロジェクト」についてのAndroidStudioの設定とか構成を確認して整理メモす。

 

参考は、汎用性のある以下公式ドキュメント。

Project Structure - Gradle Plugin User Guide

続きを読む >>


Eclipseのディレクトリの構成をAndroidStudioに変更するスクリプト

ディレクトリの構成だけ変更すれば、Android Studioからインポートすれば、そのまま開発を続けることができる。

gradle はデフォルトのwrapperで。問題あればAndroidStudioでいうところのモジュール内 build.gradle で調整していく。

なんせリソースディレクトリの変更をしておけば、今どきのAndroidStudioでは、設定等で対応。

sh(シェル)でやるけど、ディレクトリ構成の変更の内容は掴めるはず。

元々は、crashlytics がプロジェクトに反応しないのでやってみた。

続きを読む >>


AndroidStudio 0.2.13(Canary Build) で手動作業あります。

ゴツゴツと進むAndroidStudio。

0.2.13 へ更新です。

Android_Studio_Canary_Build_-_Android_Tools_Project_Site

Bug fixes:
The patch mechanism has been fixed (which prevented 0.2.12 from being sent out on the canary channel)
The Export APK dialog has been restored for Gradle projects (issue 60762)
The correct way to release an apk when using a Gradle project is to include your signing configuration inside your build scripts. This will allow you to properly sign the release versions of all the variants of your application by doing a "gradlew assembleRelease" from the command line.
We are working on coming up with a UI that achieves the same effect without having to edit the build.gradle files. (Issue 56532)
In the meantime, if you still choose to use the wizard, please make sure that you select a release version of your APK to sign and not a debug version.
From 0.2.12: The Breakpoints window does not work properly (issue 60721)
From 0.2.12: When using the Android Gradle plugin version 0.6.1, using JDK 7 in Studio does not work. ("Unable to find a JDK 1.6 installed", issue issue 60724)

Android Studio Canary Build - Android Tools Project Site

今回は?今回も?いろいろあります。

続きを読む >>