import-summary.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. * .idea\
  9. * .idea\aFileChooser.iml
  10. * .idea\compiler.xml
  11. * .idea\copyright\
  12. * .idea\copyright\profiles_settings.xml
  13. * .idea\misc.xml
  14. * .idea\modules.xml
  15. * .idea\workspace.xml
  16. * proguard.cfg
  17. Replaced Jars with Dependencies:
  18. --------------------------------
  19. The importer recognized the following .jar files as third party
  20. libraries and replaced them with Gradle dependencies instead. This has
  21. the advantage that more explicit version information is known, and the
  22. libraries can be updated automatically. However, it is possible that
  23. the .jar file in your project was of an older version than the
  24. dependency we picked, which could render the project not compileable.
  25. You can disable the jar replacement in the import wizard and try again:
  26. android-support-v4.jar => com.android.support:support-v4:19.+
  27. Moved Files:
  28. ------------
  29. Android Gradle projects use a different directory structure than ADT
  30. Eclipse projects. Here's how the projects were restructured:
  31. * AndroidManifest.xml => aFileChooser\src\main\AndroidManifest.xml
  32. * res\ => aFileChooser\src\main\res\
  33. * src\ => aFileChooser\src\main\java\
  34. Missing Android Support Repository:
  35. -----------------------------------
  36. Some useful libraries, such as the Android Support Library, are
  37. installed from a special Maven repository, which should be installed
  38. via the SDK manager.
  39. It looks like this library is missing from your SDK installation at:
  40. null
  41. To install it, open the SDK manager, and in the Extras category,
  42. select "Android Support Repository". You may also want to install the
  43. "Google Repository" if you want to use libraries like Google Play
  44. Services.
  45. Next Steps:
  46. -----------
  47. You can now build the project. The Gradle project needs network
  48. connectivity to download dependencies.
  49. Bugs:
  50. -----
  51. If for some reason your project does not build, and you determine that
  52. it is due to a bug or limitation of the Eclipse to Gradle importer,
  53. please file a bug at http://b.android.com with category
  54. Component-Tools.
  55. (This import summary is for your information only, and can be deleted
  56. after import once you are satisfied with the results.)