import-summary.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. * .idea/
  10. * .idea/compiler.xml
  11. * .idea/copyright/
  12. * .idea/copyright/profiles_settings.xml
  13. * .idea/misc.xml
  14. * .idea/modules.xml
  15. * .idea/vcs.xml
  16. * .idea/workspace.xml
  17. * LICENCE
  18. * README.md
  19. * ic_launcher-web.png
  20. * proguard-project.txt
  21. Replaced Jars with Dependencies:
  22. --------------------------------
  23. The importer recognized the following .jar files as third party
  24. libraries and replaced them with Gradle dependencies instead. This has
  25. the advantage that more explicit version information is known, and the
  26. libraries can be updated automatically. However, it is possible that
  27. the .jar file in your project was of an older version than the
  28. dependency we picked, which could render the project not compileable.
  29. You can disable the jar replacement in the import wizard and try again:
  30. android-support-v4.jar => com.android.support:support-v4:18.0.0
  31. Moved Files:
  32. ------------
  33. Android Gradle projects use a different directory structure than ADT
  34. Eclipse projects. Here's how the projects were restructured:
  35. * AndroidManifest.xml => app/src/main/AndroidManifest.xml
  36. * res/ => app/src/main/res/
  37. * src/ => app/src/main/java/
  38. * src/net/programmierecke/radiodroid/IPlayerService.aidl => app/src/main/aidl/net/programmierecke/radiodroid/IPlayerService.aidl
  39. Next Steps:
  40. -----------
  41. You can now build the project. The Gradle project needs network
  42. connectivity to download dependencies.
  43. Bugs:
  44. -----
  45. If for some reason your project does not build, and you determine that
  46. it is due to a bug or limitation of the Eclipse to Gradle importer,
  47. please file a bug at http://b.android.com with category
  48. Component-Tools.
  49. (This import summary is for your information only, and can be deleted
  50. after import once you are satisfied with the results.)