Eclipseで作ったプロジェクトをプラグインなしでAndroidStudioにインポートする方法

ネット上にあるサンプルコードとか
Eclipseで作られたものがほとんどです。

で、AndroidStudioで使おうとすると、
Eclipse上でそれ用のプラグインがあります。

これを使ってまずエクスポートします。

Export from Eclipse

1. Update your Eclipse ADT Plugin (you must have version 22.0 or higher).
2. In Eclipse, select File > Export.
3. In the window that appears, open Android and select Generate Gradle build files.
4. Select the project you want to export for Android Studio and click Finish.
5. Your selected project remains in the same location but now contains a build.gradle file and is ready for Android Studio.

で、その後、AndroidStudioを起動して
そのディレクトリに対してインポートします。

Import into Android Studio

1. In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window.
2. Click Import Project.
3. Locate the project you exported from Eclipse, expand it, select the build.gradle file and click OK.
4. In the following dialog, leave Use gradle wrapper selected and click OK. (You do not need to specify the Gradle home.)

Migrating from Eclipse | Android Developers Migrating from Eclipse | Android Developers

これって、いちいちEclipseを起動するのめんどくね?

なので、Eclipseのプロジェクトのディレクトリに対して
「Eclipse起動なし」で
AndroidStudioにインポートしてみます。

続きを読む >>


Android Studio 0.2.7 アップデートで "Gradle version 1.6 is required. Current version is 1.8-20130730220035+0000"

アップデートがまたきました。

今回、大幅な更新のように思います。

未だ不完全なGradle周りのGUI実装で
gradleなタスクが実行できるようになっています。

tasks

これで、コンソールをいちいち開く必要が
なくなります。

が、いつものようにまたもや
こんなのでます!!

TextLauncherActivity.java_-__TextLauncher__-_TextLauncher_-_Android_Studio__I_O_Preview__0.2.7

こ、これは。。。

続きを読む >>


店舗導入型 無料Wi-Fi SSID と素早く使うためのURLメモ

民間企業の公開している無料なWi-Fiが整ってきているので、
登録とかアカ取得とかアプリが必要とかあるけども。

セブンスポットへようこそ

非常時には、無料開放とかあるので
そんなときのために素早く利用できるように
あらかじめ。

続きを読む >>