码迷,mamicode.com
首页 > 移动开发 > 详细

ECLIPSE ANDROID PROJECT IMPORT SUMMARY

时间:2016-12-20 20:20:55      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:imp   new   armeabi   val   try   connect   soc   manual   tom   

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 MGTTInitAct:
* .DS_Store
* README
* mogujie_android_style.xml
From mgimlibs:
* README

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:19.1.0

Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here‘s how the projects were restructured:

In mgimlibs:
* AndroidManifest.xml => mgimlibs\src\main\AndroidManifest.xml
* libs\okhttp-1.3.0-jar-with-dependencies.jar => mgimlibs\libs\okhttp-1.3.0-jar-with-dependencies.jar
* res\ => mgimlibs\src\main\res\
* src\ => mgimlibs\src\main\java\
In MGTTInitAct:
* AndroidManifest.xml => mGTTInitAct\src\main\AndroidManifest.xml
* jni\ => mGTTInitAct\src\main\jni\
* libs\android-async-http-1.4.6.jar => mGTTInitAct\libs\android-async-http-1.4.6.jar
* libs\armeabi-v7a\libspeex.so => mGTTInitAct\src\main\jniLibs\armeabi-v7a\libspeex.so
* libs\armeabi\libspeex.so => mGTTInitAct\src\main\jniLibs\armeabi\libspeex.so
* libs\jpinyin-1.0.jar => mGTTInitAct\libs\jpinyin-1.0.jar
* libs\netty-3.6.6.Final.jar => mGTTInitAct\libs\netty-3.6.6.Final.jar
* libs\universal-image-loader-1.9.3.jar => mGTTInitAct\libs\universal-image-loader-1.9.3.jar
* res\ => mGTTInitAct\src\main\res\
* src\ => mGTTInitAct\src\main\java\
* src\com\mogujie\tt\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\.DS_Store
* src\com\mogujie\tt\adapter\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\adapter\.DS_Store
* src\com\mogujie\tt\imlib\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\imlib\.DS_Store
* src\com\mogujie\tt\imlib\proto\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\imlib\proto\.DS_Store
* src\com\mogujie\tt\imlib\service\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\imlib\service\.DS_Store
* src\com\mogujie\tt\logcat.log => mGTTInitAct\src\main\resources\com\mogujie\tt\logcat.log
* src\com\mogujie\tt\packet\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\packet\.DS_Store
* src\com\mogujie\tt\socket\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\socket\.DS_Store
* src\com\mogujie\tt\ui\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\ui\.DS_Store
* src\com\mogujie\tt\ui\activity\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\ui\activity\.DS_Store
* src\com\mogujie\tt\ui\fragment\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\ui\fragment\.DS_Store
* src\com\mogujie\tt\utils\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\utils\.DS_Store
* src\com\mogujie\tt\utils\pinyin\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\utils\pinyin\.DS_Store
* src\com\mogujie\tt\widget\.DS_Store => mGTTInitAct\src\main\resources\com\mogujie\tt\widget\.DS_Store
* tt_show_head_toast_bg.9.PNG => tt_show_head_toast_bg.9.png

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.)

ECLIPSE ANDROID PROJECT IMPORT SUMMARY

标签:imp   new   armeabi   val   try   connect   soc   manual   tom   

原文地址:http://www.cnblogs.com/endv/p/6204059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!