import-summary.txt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. ECLIPSE ANDROID PROJECT IMPORT SUMMARY
  2. ======================================
  3. Manifest Merging:
  4. -----------------
  5. Your project uses libraries that provide manifests, and your Eclipse
  6. project did not explicitly turn on manifest merging. In Android Gradle
  7. projects, manifests are always merged (meaning that contents from your
  8. libraries' manifests will be merged into the app manifest. If you had
  9. manually copied contents from library manifests into your app manifest
  10. you may need to remove these for the app to build correctly.
  11. Ignored Files:
  12. --------------
  13. The following files were *not* copied into the new Gradle project; you
  14. should evaluate whether these are still needed in your project and if
  15. so manually move them:
  16. From PullToRefershLibraryMy:
  17. * LICENSE
  18. * pom.xml
  19. From SkWeiChat-Baidu:
  20. * hs_err_pid3500.log
  21. * ic_launcher-web.png
  22. * proguard-project.txt
  23. Replaced Jars with Dependencies:
  24. --------------------------------
  25. The importer recognized the following .jar files as third party
  26. libraries and replaced them with Gradle dependencies instead. This has
  27. the advantage that more explicit version information is known, and the
  28. libraries can be updated automatically. However, it is possible that
  29. the .jar file in your project was of an older version than the
  30. dependency we picked, which could render the project not compileable.
  31. You can disable the jar replacement in the import wizard and try again:
  32. android-support-v4.jar => com.android.support:support-v4:22.2.0
  33. android-support-v7-appcompat.jar => com.android.support:appcompat-v7:22.2.0
  34. Replaced Libraries with Dependencies:
  35. -------------------------------------
  36. The importer recognized the following library projects as third party
  37. libraries and replaced them with Gradle dependencies instead. This has
  38. the advantage that more explicit version information is known, and the
  39. libraries can be updated automatically. However, it is possible that
  40. the source files in your project were of an older version than the
  41. dependency we picked, which could render the project not compileable.
  42. You can disable the library replacement in the import wizard and try
  43. again:
  44. android-support-v7-appcompat => [com.android.support:appcompat-v7:22.2.0]
  45. Moved Files:
  46. ------------
  47. Android Gradle projects use a different directory structure than ADT
  48. Eclipse projects. Here's how the projects were restructured:
  49. In PullToRefershLibraryMy:
  50. * AndroidManifest.xml => pullToRefershLibraryMy\src\main\AndroidManifest.xml
  51. * assets\ => pullToRefershLibraryMy\src\main\assets
  52. * res\ => pullToRefershLibraryMy\src\main\res\
  53. * src\ => pullToRefershLibraryMy\src\main\java\
  54. In SkWeiChat-Baidu:
  55. * AndroidManifest.xml => skWeiChatBaidu\src\main\AndroidManifest.xml
  56. * assets\ => skWeiChatBaidu\src\main\assets
  57. * libs\android-async-http-1.4.5.jar => skWeiChatBaidu\libs\android-async-http-1.4.5.jar
  58. * libs\armeabi-v7a\libBaiduMapSDK_v3_3_0_1.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libBaiduMapSDK_v3_3_0_1.so
  59. * libs\armeabi-v7a\libcyberplayer-core.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libcyberplayer-core.so
  60. * libs\armeabi-v7a\libcyberplayer.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libcyberplayer.so
  61. * libs\armeabi-v7a\liblocSDK5.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\liblocSDK5.so
  62. * libs\armeabi-v7a\libmp3lame.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libmp3lame.so
  63. * libs\armeabi-v7a\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libpl_droidsonroids_gif.so
  64. * libs\armeabi-v7a\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libpl_droidsonroids_gif_surface.so
  65. * libs\armeabi\libBaiduMapSDK_v3_3_0_1.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libBaiduMapSDK_v3_3_0_1.so
  66. * libs\armeabi\liblocSDK5.so => skWeiChatBaidu\src\main\jniLibs\armeabi\liblocSDK5.so
  67. * libs\armeabi\libmp3lame.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libmp3lame.so
  68. * libs\armeabi\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libpl_droidsonroids_gif.so
  69. * libs\armeabi\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libpl_droidsonroids_gif_surface.so
  70. * libs\asmack.jar => skWeiChatBaidu\libs\asmack.jar
  71. * libs\BaiduLBS_Android.jar => skWeiChatBaidu\libs\BaiduLBS_Android.jar
  72. * libs\cyberplayer-sdk.jar => skWeiChatBaidu\libs\cyberplayer-sdk.jar
  73. * libs\fastjson-1.1.41.jar => skWeiChatBaidu\libs\fastjson-1.1.41.jar
  74. * libs\httpmime-4.2.jar => skWeiChatBaidu\libs\httpmime-4.2.jar
  75. * libs\mips64\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\mips64\libpl_droidsonroids_gif.so
  76. * libs\mips64\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\mips64\libpl_droidsonroids_gif_surface.so
  77. * libs\mips\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\mips\libpl_droidsonroids_gif.so
  78. * libs\mips\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\mips\libpl_droidsonroids_gif_surface.so
  79. * libs\nineoldandroids.jar => skWeiChatBaidu\libs\nineoldandroids.jar
  80. * libs\org.xbill.dns_2.1.6.jar => skWeiChatBaidu\libs\org.xbill.dns_2.1.6.jar
  81. * libs\ormlite-android-4.48.jar => skWeiChatBaidu\libs\ormlite-android-4.48.jar
  82. * libs\ormlite-core-4.48.jar => skWeiChatBaidu\libs\ormlite-core-4.48.jar
  83. * libs\pinyin4j-2.5.0.jar => skWeiChatBaidu\libs\pinyin4j-2.5.0.jar
  84. * libs\pushservice-4.5.3.48.jar => skWeiChatBaidu\libs\pushservice-4.5.3.48.jar
  85. * libs\universal-image-loader-1.9.0.jar => skWeiChatBaidu\libs\universal-image-loader-1.9.0.jar
  86. * libs\volley.jar => skWeiChatBaidu\libs\volley.jar
  87. * libs\x86\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\x86\libpl_droidsonroids_gif.so
  88. * libs\x86\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\x86\libpl_droidsonroids_gif_surface.so
  89. * libs\x86_64\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\x86_64\libpl_droidsonroids_gif.so
  90. * libs\x86_64\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\x86_64\libpl_droidsonroids_gif_surface.so
  91. * lint.xml => skWeiChatBaidu\lint.xml
  92. * res\ => skWeiChatBaidu\src\main\res\
  93. * src\ => skWeiChatBaidu\src\main\java\
  94. Next Steps:
  95. -----------
  96. You can now build the project. The Gradle project needs network
  97. connectivity to download dependencies.
  98. Bugs:
  99. -----
  100. If for some reason your project does not build, and you determine that
  101. it is due to a bug or limitation of the Eclipse to Gradle importer,
  102. please file a bug at http://b.android.com with category
  103. Component-Tools.
  104. (This import summary is for your information only, and can be deleted
  105. after import once you are satisfied with the results.)