import-summary.txt 1.1 KB

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