Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Eclipse support has ended, use Android studio instead #2

Closed
wants to merge 3 commits into from

Conversation

cesine
Copy link

@cesine cesine commented Jun 27, 2015

Eclipse support for Android development has ended, this pull request updates your project to Android studio for you since most devs are using Android Studio they cant send you fixes unless the architecture matches.

from https://developer.android.com/tools/help/adt.html

Important: Support for the Android Developer Tools (ADT) in Eclipse is ending,
per our announcement. You should migrate your app development projects to
Android Studio as soon as possible. For more information on transitioning to
Android Studio, see Migrating to Android Studio.

ECLIPSE ANDROID PROJECT IMPORT SUMMARY
======================================

Ignored Files:
--------------
The following files were *not* copied into the new Gradle project; you
should evaluate whether these are still needed in your project and if
so manually move them:

* .gitignore
* proguard-project.txt

Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:

* AndroidManifest.xml => app/src/main/AndroidManifest.xml
* libs/apache-mime4j-0.6.1.jar => app/libs/apache-mime4j-0.6.1.jar
* libs/httpclient-4.1.jar => app/libs/httpclient-4.1.jar
* libs/httpcore-4.1.jar => app/libs/httpcore-4.1.jar
* libs/httpmime-4.1.jar => app/libs/httpmime-4.1.jar
* res/ => app/src/main/res/
* src/ => app/src/main/java/

Next Steps:
-----------
You can now build the project. The Gradle project needs network
connectivity to download dependencies.

Bugs:
-----
If for some reason your project does not build, and you determine that
it is due to a bug or limitation of the Eclipse to Gradle importer,
please file a bug at http://b.android.com with category
Component-Tools.

(This import summary is for your information only, and can be deleted
after import once you are satisfied with the results.)
@cesine cesine closed this Feb 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant