first commit
This commit is contained in:
94
import-summary.txt
Normal file
94
import-summary.txt
Normal file
@@ -0,0 +1,94 @@
|
||||
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:
|
||||
|
||||
* 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:23.4.0
|
||||
android-support-v7-appcompat.jar => com.android.support:appcompat-v7:23.4.0
|
||||
gson-2.3.1.jar => com.google.code.gson:gson:2.3.1
|
||||
|
||||
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:23.4.0]
|
||||
|
||||
Moved Files:
|
||||
------------
|
||||
Android Gradle projects use a different directory structure than ADT
|
||||
Eclipse projects. Here's how the projects were restructured:
|
||||
|
||||
* AndroidManifest.xml => app\src\main\AndroidManifest.xml
|
||||
* assets\ => app\src\main\assets\
|
||||
* libs\AMap2DMap_4.2.0_AMapSearch_4.0.0_AMapLocation_3.3.0_20170120.jar => app\libs\AMap2DMap_4.2.0_AMapSearch_4.0.0_AMapLocation_3.3.0_20170120.jar
|
||||
* libs\android-async-http-1.4.9.jar => app\libs\android-async-http-1.4.9.jar
|
||||
* libs\android-support-percent.jar => app\libs\android-support-percent.jar
|
||||
* libs\andserver1.0.1.jar => app\libs\andserver1.0.1.jar
|
||||
* libs\armeabi\libBugly.so => app\src\main\jniLibs\armeabi\libBugly.so
|
||||
* libs\armeabi\libjcore115.so => app\src\main\jniLibs\armeabi\libjcore115.so
|
||||
* libs\bugly_crash_release.jar => app\libs\bugly_crash_release.jar
|
||||
* libs\ddmlib.jar => app\libs\ddmlib.jar
|
||||
* libs\happy-dns-0.2.3.2.jar => app\libs\happy-dns-0.2.3.2.jar
|
||||
* libs\jcore-android-1.1.5.jar => app\libs\jcore-android-1.1.5.jar
|
||||
* libs\jpush-android-3.0.7.jar => app\libs\jpush-android-3.0.7.jar
|
||||
* libs\okhttp-3.4.1.jar => app\libs\okhttp-3.4.1.jar
|
||||
* libs\okio-1.6.0.jar => app\libs\okio-1.6.0.jar
|
||||
* libs\org.apache.http.legacy.jar => app\libs\org.apache.http.legacy.jar
|
||||
* libs\qiniu-android-sdk-7.3.0.jar => app\libs\qiniu-android-sdk-7.3.0.jar
|
||||
* libs\qiniu-java-sdk-7.1.3.jar => app\libs\qiniu-java-sdk-7.1.3.jar
|
||||
* libs\tbs_sdk_thirdapp_v3.1.0.1034_43100_sharewithdownload_obfs_20170301_182143.jar => app\libs\tbs_sdk_thirdapp_v3.1.0.1034_43100_sharewithdownload_obfs_20170301_182143.jar
|
||||
* libs\umeng-analytics-v6.1.1.jar => app\libs\umeng-analytics-v6.1.1.jar
|
||||
* libs\utdid4all-1.0.4.jar => app\libs\utdid4all-1.0.4.jar
|
||||
* libs\volley.jar => app\libs\volley.jar
|
||||
* libs\xUtils-2.6.14.jar => app\libs\xUtils-2.6.14.jar
|
||||
* libs\zxing.jar => app\libs\zxing.jar
|
||||
* res\ => app\src\main\res\
|
||||
* src\ => app\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.)
|
||||
Reference in New Issue
Block a user