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.
 
 
 
 
 
 

41 lines
1.2 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. * .idea\
  9. * .idea\UmsipsTest.iml
  10. * .idea\encodings.xml
  11. * .idea\modules.xml
  12. * .idea\workspace.xml
  13. * Android.mk
  14. Moved Files:
  15. ------------
  16. Android Gradle projects use a different directory structure than ADT
  17. Eclipse projects. Here's how the projects were restructured:
  18. * AndroidManifest.xml => MainActivity\src\main\AndroidManifest.xml
  19. * assets\ => MainActivity\src\main\assets
  20. * res\ => MainActivity\src\main\res\
  21. * src\ => MainActivity\src\main\java\
  22. Next Steps:
  23. -----------
  24. You can now build the project. The Gradle project needs network
  25. connectivity to download dependencies.
  26. Bugs:
  27. -----
  28. If for some reason your project does not build, and you determine that
  29. it is due to a bug or limitation of the Eclipse to Gradle importer,
  30. please file a bug at http://b.android.com with category
  31. Component-Tools.
  32. (This import summary is for your information only, and can be deleted
  33. after import once you are satisfied with the results.)