123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- ECLIPSE ANDROID PROJECT IMPORT SUMMARY
- ======================================
- Manifest Merging:
- -----------------
- Your project uses libraries that provide manifests, and your Eclipse
- project did not explicitly turn on manifest merging. In Android Gradle
- projects, manifests are always merged (meaning that contents from your
- libraries' manifests will be merged into the app manifest. If you had
- manually copied contents from library manifests into your app manifest
- you may need to remove these for the app to build correctly.
- Ignored Files:
- --------------
- The following files were *not* copied into the new Gradle project; you
- should evaluate whether these are still needed in your project and if
- so manually move them:
- From PullToRefershLibraryMy:
- * LICENSE
- * pom.xml
- From SkWeiChat-Baidu:
- * hs_err_pid3500.log
- * ic_launcher-web.png
- * proguard-project.txt
- Replaced Jars with Dependencies:
- --------------------------------
- The importer recognized the following .jar files as third party
- libraries and replaced them with Gradle dependencies instead. This has
- the advantage that more explicit version information is known, and the
- libraries can be updated automatically. However, it is possible that
- the .jar file in your project was of an older version than the
- dependency we picked, which could render the project not compileable.
- You can disable the jar replacement in the import wizard and try again:
- android-support-v4.jar => com.android.support:support-v4:22.2.0
- android-support-v7-appcompat.jar => com.android.support:appcompat-v7:22.2.0
- Replaced Libraries with Dependencies:
- -------------------------------------
- The importer recognized the following library projects as third party
- libraries and replaced them with Gradle dependencies instead. This has
- the advantage that more explicit version information is known, and the
- libraries can be updated automatically. However, it is possible that
- the source files in your project were of an older version than the
- dependency we picked, which could render the project not compileable.
- You can disable the library replacement in the import wizard and try
- again:
- android-support-v7-appcompat => [com.android.support:appcompat-v7:22.2.0]
- Moved Files:
- ------------
- Android Gradle projects use a different directory structure than ADT
- Eclipse projects. Here's how the projects were restructured:
- In PullToRefershLibraryMy:
- * AndroidManifest.xml => pullToRefershLibraryMy\src\main\AndroidManifest.xml
- * assets\ => pullToRefershLibraryMy\src\main\assets
- * res\ => pullToRefershLibraryMy\src\main\res\
- * src\ => pullToRefershLibraryMy\src\main\java\
- In SkWeiChat-Baidu:
- * AndroidManifest.xml => skWeiChatBaidu\src\main\AndroidManifest.xml
- * assets\ => skWeiChatBaidu\src\main\assets
- * libs\android-async-http-1.4.5.jar => skWeiChatBaidu\libs\android-async-http-1.4.5.jar
- * libs\armeabi-v7a\libBaiduMapSDK_v3_3_0_1.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libBaiduMapSDK_v3_3_0_1.so
- * libs\armeabi-v7a\libcyberplayer-core.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libcyberplayer-core.so
- * libs\armeabi-v7a\libcyberplayer.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libcyberplayer.so
- * libs\armeabi-v7a\liblocSDK5.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\liblocSDK5.so
- * libs\armeabi-v7a\libmp3lame.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libmp3lame.so
- * libs\armeabi-v7a\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libpl_droidsonroids_gif.so
- * libs\armeabi-v7a\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\armeabi-v7a\libpl_droidsonroids_gif_surface.so
- * libs\armeabi\libBaiduMapSDK_v3_3_0_1.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libBaiduMapSDK_v3_3_0_1.so
- * libs\armeabi\liblocSDK5.so => skWeiChatBaidu\src\main\jniLibs\armeabi\liblocSDK5.so
- * libs\armeabi\libmp3lame.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libmp3lame.so
- * libs\armeabi\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libpl_droidsonroids_gif.so
- * libs\armeabi\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\armeabi\libpl_droidsonroids_gif_surface.so
- * libs\asmack.jar => skWeiChatBaidu\libs\asmack.jar
- * libs\BaiduLBS_Android.jar => skWeiChatBaidu\libs\BaiduLBS_Android.jar
- * libs\cyberplayer-sdk.jar => skWeiChatBaidu\libs\cyberplayer-sdk.jar
- * libs\fastjson-1.1.41.jar => skWeiChatBaidu\libs\fastjson-1.1.41.jar
- * libs\httpmime-4.2.jar => skWeiChatBaidu\libs\httpmime-4.2.jar
- * libs\mips64\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\mips64\libpl_droidsonroids_gif.so
- * libs\mips64\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\mips64\libpl_droidsonroids_gif_surface.so
- * libs\mips\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\mips\libpl_droidsonroids_gif.so
- * libs\mips\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\mips\libpl_droidsonroids_gif_surface.so
- * libs\nineoldandroids.jar => skWeiChatBaidu\libs\nineoldandroids.jar
- * libs\org.xbill.dns_2.1.6.jar => skWeiChatBaidu\libs\org.xbill.dns_2.1.6.jar
- * libs\ormlite-android-4.48.jar => skWeiChatBaidu\libs\ormlite-android-4.48.jar
- * libs\ormlite-core-4.48.jar => skWeiChatBaidu\libs\ormlite-core-4.48.jar
- * libs\pinyin4j-2.5.0.jar => skWeiChatBaidu\libs\pinyin4j-2.5.0.jar
- * libs\pushservice-4.5.3.48.jar => skWeiChatBaidu\libs\pushservice-4.5.3.48.jar
- * libs\universal-image-loader-1.9.0.jar => skWeiChatBaidu\libs\universal-image-loader-1.9.0.jar
- * libs\volley.jar => skWeiChatBaidu\libs\volley.jar
- * libs\x86\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\x86\libpl_droidsonroids_gif.so
- * libs\x86\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\x86\libpl_droidsonroids_gif_surface.so
- * libs\x86_64\libpl_droidsonroids_gif.so => skWeiChatBaidu\src\main\jniLibs\x86_64\libpl_droidsonroids_gif.so
- * libs\x86_64\libpl_droidsonroids_gif_surface.so => skWeiChatBaidu\src\main\jniLibs\x86_64\libpl_droidsonroids_gif_surface.so
- * lint.xml => skWeiChatBaidu\lint.xml
- * res\ => skWeiChatBaidu\src\main\res\
- * src\ => skWeiChatBaidu\src\main\java\
- Next Steps:
- -----------
- You can now build the project. The Gradle project needs network
- connectivity to download dependencies.
- Bugs:
- -----
- If for some reason your project does not build, and you determine that
- it is due to a bug or limitation of the Eclipse to Gradle importer,
- please file a bug at http://b.android.com with category
- Component-Tools.
- (This import summary is for your information only, and can be deleted
- after import once you are satisfied with the results.)
|