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 をインストールしてからの初心者的設定をば。

Android Studio Google I/O

Intellij IDEA CE に Eclipse から乗り換えてから3日しか経ってませんがー。

Eclipse から サクサクな Intellij:IDEA に乗り換えようぜ 

IntelliJ IDEA — The Best Java and Polyglot IDE 

でちゃってます、「Android Studio」、ほとんど同じなオープンソースカスタムなIDE。

Android Studio

Getting Started with Android Studio | Android Developers 

さっさと、乗り換えることにします。

[開発環境] Android Studioをインストールしてみる | Developers.IO 

さっそくこんな記事があるので読んでみたりしながら。

[開発環境] Android Studioをインストールしてみる | Developers.IO 

[Android Studio] 快適にコーディングできるように設定をカスタマイズしてみた | Developers.IO 

設定のエキスポート、インポートができるので、まずは、それを行なってから整えていきます。

続きを読む >>


"adb install" で「Segmentation Fault」が Android4.0.1(ITL41F)から4.0.2(ICL53F)に上げたら直った。

結論は、タイトルのとおりなのですが。

 

 

まあ別にバージョンあげるつもりはなかったのですが

設定とかやるのめんどくさいし。

 

ただ、ダウンロードした野良なapkや

Eclipseからの実機へのデバッグなインストールラウンチが

一切できなくなったのでやってみました。

続きを読む >>