import-summary.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. * .externalToolBuilders/
  9. * .externalToolBuilders/NDK Builder.launch
  10. * NDKKeyboardBugFix/
  11. * NDKKeyboardBugFix/android_native_app_glue.c
  12. * build.xml
  13. * ic_launcher-web.png
  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 => app/src/main/AndroidManifest.xml
  19. * assets/ => app/src/main/assets/
  20. * jni/ => app/src/main/jni/
  21. * lint.xml => app/lint.xml
  22. * res/ => app/src/main/res/
  23. * src/ => app/src/main/java/
  24. Next Steps:
  25. -----------
  26. You can now build the project. The Gradle project needs network
  27. connectivity to download dependencies.
  28. Bugs:
  29. -----
  30. If for some reason your project does not build, and you determine that
  31. it is due to a bug or limitation of the Eclipse to Gradle importer,
  32. please file a bug at http://b.android.com with category
  33. Component-Tools.
  34. (This import summary is for your information only, and can be deleted
  35. after import once you are satisfied with the results.)