188 lines
8.2 KiB
Plaintext
188 lines
8.2 KiB
Plaintext
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 listviewlibrary:
|
|
* .DS_Store
|
|
* .gitignore
|
|
* ant.properties
|
|
* build.xml
|
|
* pom.xml
|
|
* proguard-project.txt
|
|
From qy:
|
|
* .DS_Store
|
|
* .gitignore
|
|
* app.txt
|
|
* ic_launcher-web.png
|
|
* icon_bstart.png
|
|
* lib/
|
|
* lib/achartengine-1.1.0.jar
|
|
* lib/android-support-v4.jar
|
|
* lib/android-support-v7-gridlayout.jar
|
|
* lib/armeabi-v7a/
|
|
* lib/armeabi-v7a/libconceal.so
|
|
* lib/gen/
|
|
* lib/gen/android/
|
|
* lib/gen/android/support/
|
|
* lib/gen/android/support/v7/
|
|
* lib/gen/android/support/v7/gridlayout/
|
|
* lib/gen/android/support/v7/gridlayout/R.java
|
|
* lib/gen/com/
|
|
* lib/gen/com/mobeta/
|
|
* lib/gen/com/mobeta/android/
|
|
* lib/gen/com/mobeta/android/dslv/
|
|
* lib/gen/com/mobeta/android/dslv/R.java
|
|
* lib/gen/com/qiyou/
|
|
* lib/gen/com/qiyou/mb/
|
|
* lib/gen/com/qiyou/mb/android/
|
|
* lib/gen/com/qiyou/mb/android/BuildConfig.java
|
|
* lib/gen/com/qiyou/mb/android/R.java
|
|
* lib/gson-2.2.4-javadoc.jar
|
|
* lib/gson-2.2.4.jar
|
|
* lib/x86/
|
|
* lib/x86/libconceal.so
|
|
* log4j-1.2.16.jar
|
|
* log4j.properties
|
|
* proguard-project.txt
|
|
* proguard.cfg.bak
|
|
* proguard/
|
|
* proguard/dump.txt
|
|
* proguard/mapping.txt
|
|
* proguard/seeds.txt
|
|
* proguard/usage.txt
|
|
* rem.txt
|
|
* version.xml
|
|
|
|
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:20.+
|
|
android-support-v7-gridlayout.jar => com.android.support:gridlayout-v7:20.+
|
|
|
|
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-gridlayout => [com.android.support:gridlayout-v7:20.+]
|
|
|
|
Moved Files:
|
|
------------
|
|
Android Gradle projects use a different directory structure than ADT
|
|
Eclipse projects. Here's how the projects were restructured:
|
|
|
|
In listviewlibrary:
|
|
* AndroidManifest.xml => listviewlibrary/src/main/AndroidManifest.xml
|
|
* assets/ => listviewlibrary/src/main/assets
|
|
* res/ => listviewlibrary/src/main/res/
|
|
* src/ => listviewlibrary/src/main/java/
|
|
In qy:
|
|
* AndroidManifest.xml => qy/src/main/AndroidManifest.xml
|
|
* assets/ => qy/src/main/assets
|
|
* libs/BaiduLBS_Android.jar => qy/libs/BaiduLBS_Android.jar
|
|
* libs/SocialSDK_QQZone_1.jar => qy/libs/SocialSDK_QQZone_1.jar
|
|
* libs/SocialSDK_QQZone_2.jar => qy/libs/SocialSDK_QQZone_2.jar
|
|
* libs/SocialSDK_QQZone_3.jar => qy/libs/SocialSDK_QQZone_3.jar
|
|
* libs/SocialSDK_Sina.jar => qy/libs/SocialSDK_Sina.jar
|
|
* libs/SocialSDK_WeiXin_1.jar => qy/libs/SocialSDK_WeiXin_1.jar
|
|
* libs/SocialSDK_WeiXin_2.jar => qy/libs/SocialSDK_WeiXin_2.jar
|
|
* libs/SocialSDK_tencentWB_1.jar => qy/libs/SocialSDK_tencentWB_1.jar
|
|
* libs/SocialSDK_tencentWB_2.jar => qy/libs/SocialSDK_tencentWB_2.jar
|
|
* libs/SocialSDK_tencentWB_3.jar => qy/libs/SocialSDK_tencentWB_3.jar
|
|
* libs/SpeechApi.jar => qy/libs/SpeechApi.jar
|
|
* libs/achartengine-1.1.0.jar => qy/libs/achartengine-1.1.0.jar
|
|
* libs/android-async-http-1.4.6.jar => qy/libs/android-async-http-1.4.6.jar
|
|
* libs/armeabi/libBaiduMapSDK_base_v3_7_1.so => qy/src/main/jniLibs/armeabi/libBaiduMapSDK_base_v3_7_1.so
|
|
* libs/armeabi/libBaiduMapSDK_cloud_v3_7_1.so => qy/src/main/jniLibs/armeabi/libBaiduMapSDK_cloud_v3_7_1.so
|
|
* libs/armeabi/libBaiduMapSDK_map_v3_7_1.so => qy/src/main/jniLibs/armeabi/libBaiduMapSDK_map_v3_7_1.so
|
|
* libs/armeabi/libBaiduMapSDK_radar_v3_7_1.so => qy/src/main/jniLibs/armeabi/libBaiduMapSDK_radar_v3_7_1.so
|
|
* libs/armeabi/libBaiduMapSDK_search_v3_7_1.so => qy/src/main/jniLibs/armeabi/libBaiduMapSDK_search_v3_7_1.so
|
|
* libs/armeabi/libbspatch.so => qy/src/main/jniLibs/armeabi/libbspatch.so
|
|
* libs/armeabi/libconceal.so => qy/src/main/jniLibs/armeabi/libconceal.so
|
|
* libs/armeabi/liblocSDK6a.so => qy/src/main/jniLibs/armeabi/liblocSDK6a.so
|
|
* libs/armeabi/libvi_voslib.so => qy/src/main/jniLibs/armeabi/libvi_voslib.so
|
|
* libs/conceal_android.jar => qy/libs/conceal_android.jar
|
|
* libs/httpmime-4.1.3.jar => qy/libs/httpmime-4.1.3.jar
|
|
* libs/libconceal.jar => qy/libs/libconceal.jar
|
|
* libs/locSDK_6.13.jar => qy/libs/locSDK_6.13.jar
|
|
* libs/nineoldandroids-2.4.0.jar => qy/libs/nineoldandroids-2.4.0.jar
|
|
* libs/swipelistview-1.0-20130701.103547-12-jar-with-dependencies.jar => qy/libs/swipelistview-1.0-20130701.103547-12-jar-with-dependencies.jar
|
|
* libs/umeng-analytics-v6.0.3.jar => qy/libs/umeng-analytics-v6.0.3.jar
|
|
* libs/umeng-update-v2.6.0.1.jar => qy/libs/umeng-update-v2.6.0.1.jar
|
|
* libs/umeng_social_sdk.jar => qy/libs/umeng_social_sdk.jar
|
|
* libs/universal-image-loader-1.9.2.jar => qy/libs/universal-image-loader-1.9.2.jar
|
|
* libs/utdid4all-1.0.4.jar => qy/libs/utdid4all-1.0.4.jar
|
|
* lint.xml => qy/lint.xml
|
|
* proguard.cfg => qy/proguard.cfg
|
|
* res/ => qy/src/main/res/
|
|
* src/ => qy/src/main/java/
|
|
* src/.DS_Store => qy/src/main/resources/.DS_Store
|
|
* src/com/.DS_Store => qy/src/main/resources/com/.DS_Store
|
|
* src/com/baidu/mapapi/overlayutil/package.html => qy/src/main/resources/com/baidu/mapapi/overlayutil/package.html
|
|
* src/com/qiyou/.DS_Store => qy/src/main/resources/com/qiyou/.DS_Store
|
|
* src/com/qiyou/mb/.DS_Store => qy/src/main/resources/com/qiyou/mb/.DS_Store
|
|
* src/com/qiyou/mb/android/.DS_Store => qy/src/main/resources/com/qiyou/mb/android/.DS_Store
|
|
* src/com/qiyou/mb/android/beans/.gitignore => qy/src/main/resources/com/qiyou/mb/android/beans/.gitignore
|
|
* src/com/qiyou/mb/android/ui/.DS_Store => qy/src/main/resources/com/qiyou/mb/android/ui/.DS_Store
|
|
* src/com/qiyou/mb/android/ui/fragments/.gitignore => qy/src/main/resources/com/qiyou/mb/android/ui/fragments/.gitignore
|
|
* src/com/qiyou/mb/android/ui/fragments/STAT_test_dd => qy/src/main/resources/com/qiyou/mb/android/ui/fragments/STAT_test_dd
|
|
* src/org/.DS_Store => qy/src/main/resources/org/.DS_Store
|
|
* /Volumes/workingspace/android/workspace/testQy/res/ => qy/src/androidTest/res/
|
|
* /Volumes/workingspace/android/workspace/testQy/src/ => qy/src/androidTest/java/
|
|
|
|
Missing Android Support Repository:
|
|
-----------------------------------
|
|
Some useful libraries, such as the Android Support Library, are
|
|
installed from a special Maven repository, which should be installed
|
|
via the SDK manager.
|
|
|
|
It looks like this library is missing from your SDK installation at:
|
|
/Volumes/workingspace/android/adt-bundle-mac-x86_64-20140702/sdk
|
|
|
|
To install it, open the SDK manager, and in the Extras category,
|
|
select "Android Support Repository". You may also want to install the
|
|
"Google Repository" if you want to use libraries like Google Play
|
|
Services.
|
|
|
|
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.)
|