You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/import-summary.txt

92 lines
4.2 KiB

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
* .idea/
* .idea/.gitignore
* .idea/misc.xml
* .idea/modules.xml
* .idea/workspace.xml
* NOTICE
* Notes-master.iml
* README
* httpcomponents-client-4.5.14-bin/
* httpcomponents-client-4.5.14-bin/LICENSE.txt
* httpcomponents-client-4.5.14-bin/NOTICE.txt
* httpcomponents-client-4.5.14-bin/RELEASE_NOTES.txt
* httpcomponents-client-4.5.14-bin/demo/
* httpcomponents-client-4.5.14-bin/demo/.gitignore
* httpcomponents-client-4.5.14-bin/demo/.idea/
* httpcomponents-client-4.5.14-bin/demo/.idea/.gitignore
* httpcomponents-client-4.5.14-bin/demo/.idea/inspectionProfiles/
* httpcomponents-client-4.5.14-bin/demo/.idea/inspectionProfiles/Project_Default.xml
* httpcomponents-client-4.5.14-bin/demo/.idea/misc.xml
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/issuestore/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/issuestore/1/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/issuestore/1/a/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/issuestore/1/a/1a273f73b7a477b0745593641bd708a6182c7ad5
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/issuestore/index.pb
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/securityhotspotstore/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/securityhotspotstore/1/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/securityhotspotstore/1/a/
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/securityhotspotstore/1/a/1a273f73b7a477b0745593641bd708a6182c7ad5
* httpcomponents-client-4.5.14-bin/demo/.idea/sonarlint/securityhotspotstore/index.pb
* httpcomponents-client-4.5.14-bin/demo/.idea/workspace.xml
* httpcomponents-client-4.5.14-bin/demo/HELP.md
* httpcomponents-client-4.5.14-bin/demo/mvnw
* httpcomponents-client-4.5.14-bin/demo/mvnw.cmd
* httpcomponents-client-4.5.14-bin/demo/pom.xml
* httpcomponents-client-4.5.14-bin/demo/src/
* httpcomponents-client-4.5.14-bin/demo/src/main/
* httpcomponents-client-4.5.14-bin/demo/src/main/java/
* httpcomponents-client-4.5.14-bin/demo/src/main/java/com/
* httpcomponents-client-4.5.14-bin/demo/src/main/java/com/example/
* httpcomponents-client-4.5.14-bin/demo/src/main/java/com/example/demo/
* httpcomponents-client-4.5.14-bin/demo/src/main/java/com/example/demo/DemoApplication.java
* httpcomponents-client-4.5.14-bin/demo/src/main/resources/
* httpcomponents-client-4.5.14-bin/demo/src/main/resources/application.properties
* httpcomponents-client-4.5.14-bin/demo/src/test/
* httpcomponents-client-4.5.14-bin/demo/src/test/java/
* httpcomponents-client-4.5.14-bin/demo/src/test/java/com/
* httpcomponents-client-4.5.14-bin/demo/src/test/java/com/example/
* httpcomponents-client-4.5.14-bin/demo/src/test/java/com/example/demo/
* httpcomponents-client-4.5.14-bin/demo/src/test/java/com/example/demo/DemoApplicationTests.java
* httpcomponents-client-4.5.14-bin/lib/
* httpcomponents-client-4.5.14-bin/lib/commons-logging-1.2.jar
* httpcomponents-client-4.5.14-bin/lib/httpclient-osgi-4.5.14.jar
* httpcomponents-client-4.5.14-bin/lib/httpclient-win-4.5.14.jar
* httpcomponents-client-4.5.14-bin/lib/httpcore-4.4.16.jar
* httpcomponents-client-4.5.14-bin/lib/jna-4.5.2.jar
* httpcomponents-client-4.5.14-bin/lib/jna-platform-4.5.2.jar
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
* 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.)