import-summary.txt 984 B

12345678910111213141516171819202122232425262728
  1. ECLIPSE ANDROID PROJECT IMPORT SUMMARY
  2. ======================================
  3. Moved Files:
  4. ------------
  5. Android Gradle projects use a different directory structure than ADT
  6. Eclipse projects. Here's how the projects were restructured:
  7. * AndroidManifest.xml => libraryPhotoViewMaster\src\main\AndroidManifest.xml
  8. * assets\ => libraryPhotoViewMaster\src\main\assets
  9. * lint.xml => libraryPhotoViewMaster\lint.xml
  10. * res\ => libraryPhotoViewMaster\src\main\res
  11. * src\ => libraryPhotoViewMaster\src\main\java\
  12. Next Steps:
  13. -----------
  14. You can now build the project. The Gradle project needs network
  15. connectivity to download dependencies.
  16. Bugs:
  17. -----
  18. If for some reason your project does not build, and you determine that
  19. it is due to a bug or limitation of the Eclipse to Gradle importer,
  20. please file a bug at http://b.android.com with category
  21. Component-Tools.
  22. (This import summary is for your information only, and can be deleted
  23. after import once you are satisfied with the results.)