You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

65 lines
2.3 KiB

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