import-summary.txt 2.4 KB

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