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.

import-summary.txt 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ECLIPSE ANDROID PROJECT IMPORT SUMMARY
  2. ======================================
  3. Ignored Files:
  4. --------------
  5. The following files were *not* copied into the new Gradle project; you
  6. should evaluate whether these are still needed in your project and if
  7. so manually move them:
  8. * ic_launcher-web.png
  9. * proguard-project.txt
  10. Replaced Jars with Dependencies:
  11. --------------------------------
  12. The importer recognized the following .jar files as third party
  13. libraries and replaced them with Gradle dependencies instead. This has
  14. the advantage that more explicit version information is known, and the
  15. libraries can be updated automatically. However, it is possible that
  16. the .jar file in your project was of an older version than the
  17. dependency we picked, which could render the project not compileable.
  18. You can disable the jar replacement in the import wizard and try again:
  19. android-support-v4.jar => com.android.support:support-v4:19.1.0
  20. Moved Files:
  21. ------------
  22. Android Gradle projects use a different directory structure than ADT
  23. Eclipse projects. Here's how the projects were restructured:
  24. * AndroidManifest.xml => SMSServer/src/main/AndroidManifest.xml
  25. * assets/ => SMSServer/src/main/assets/
  26. * libs/jetty-continuation-8.1.12.v20130726.jar => SMSServer/libs/jetty-continuation-8.1.12.v20130726.jar
  27. * libs/jetty-http-8.1.12.v20130726.jar => SMSServer/libs/jetty-http-8.1.12.v20130726.jar
  28. * libs/jetty-io-8.1.12.v20130726.jar => SMSServer/libs/jetty-io-8.1.12.v20130726.jar
  29. * libs/jetty-server-8.1.12.v20130726.jar => SMSServer/libs/jetty-server-8.1.12.v20130726.jar
  30. * libs/jetty-util-8.1.12.v20130726.jar => SMSServer/libs/jetty-util-8.1.12.v20130726.jar
  31. * libs/servlet-api-3.0.jar => SMSServer/libs/servlet-api-3.0.jar
  32. * res/ => SMSServer/src/main/res/
  33. * src/ => SMSServer/src/main/java/
  34. Next Steps:
  35. -----------
  36. You can now build the project. The Gradle project needs network
  37. connectivity to download dependencies.
  38. Bugs:
  39. -----
  40. If for some reason your project does not build, and you determine that
  41. it is due to a bug or limitation of the Eclipse to Gradle importer,
  42. please file a bug at http://b.android.com with category
  43. Component-Tools.
  44. (This import summary is for your information only, and can be deleted
  45. after import once you are satisfied with the results.)