import-summary.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. * LICENSE
  9. * pom.xml
  10. Moved Files:
  11. ------------
  12. Android Gradle projects use a different directory structure than ADT
  13. Eclipse projects. Here's how the projects were restructured:
  14. * AndroidManifest.xml => pulltoreflashlibrary\src\main\AndroidManifest.xml
  15. * res\ => pulltoreflashlibrary\src\main\res\
  16. * src\ => pulltoreflashlibrary\src\main\java\
  17. Next Steps:
  18. -----------
  19. You can now build the project. The Gradle project needs network
  20. connectivity to download dependencies.
  21. Bugs:
  22. -----
  23. If for some reason your project does not build, and you determine that
  24. it is due to a bug or limitation of the Eclipse to Gradle importer,
  25. please file a bug at http://b.android.com with category
  26. Component-Tools.
  27. (This import summary is for your information only, and can be deleted
  28. after import once you are satisfied with the results.)