import-summary.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ECLIPSE ANDROID PROJECT IMPORT SUMMARY
  2. ======================================
  3. Risky Project Location:
  4. -----------------------
  5. The tools *should* handle project locations in any directory. However,
  6. due to bugs, placing projects in directories containing spaces in the
  7. path, or characters like ", ' and &, have had issues. We're working to
  8. eliminate these bugs, but to save yourself headaches you may want to
  9. move your project to a location where this is not a problem.
  10. /Users/ray/Documents/code_ERPSuiteAndroid/RA Image
  11. -
  12. Ignored Files:
  13. --------------
  14. The following files were *not* copied into the new Gradle project; you
  15. should evaluate whether these are still needed in your project and if
  16. so manually move them:
  17. * ic_launcher-web.png
  18. Replaced Jars with Dependencies:
  19. --------------------------------
  20. The importer recognized the following .jar files as third party
  21. libraries and replaced them with Gradle dependencies instead. This has
  22. the advantage that more explicit version information is known, and the
  23. libraries can be updated automatically. However, it is possible that
  24. the .jar file in your project was of an older version than the
  25. dependency we picked, which could render the project not compileable.
  26. You can disable the jar replacement in the import wizard and try again:
  27. android-support-v4.jar => com.android.support:support-v4:18.0.0
  28. Moved Files:
  29. ------------
  30. Android Gradle projects use a different directory structure than ADT
  31. Eclipse projects. Here's how the projects were restructured:
  32. * AndroidManifest.xml => app/src/main/AndroidManifest.xml
  33. * assets/ => app/src/main/assets
  34. * libs/core-2.3.0.jar => app/libs/core-2.3.0.jar
  35. * libs/httpmime-4.1.1.jar => app/libs/httpmime-4.1.1.jar
  36. * proguard-project.txt => app/proguard-project.txt
  37. * res/ => app/src/main/res/
  38. * src/ => app/src/main/java/
  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.)