ECLIPSE ANDROID PROJECT IMPORT SUMMARY

Source: Internet
Author: User

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 is always merged (meaning. Contents from your
Libraries ' manifests'll be merged into the app manifest. If you had
Manually copied contents from the library manifests into your app manifest
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 is 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 have
The advantage, explicit version information is known, and the
Libraries can updated automatically. However, it's possible that
The. jar file in your project is 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 your determine that
It's due to a bugs or limitation of the Eclipse to Gradle importer,
Please file a bug at http://b.android.com with category
Component-tools.

(This import summary are for your information only, and can be deleted
After import once is satisfied with the results.)

ECLIPSE ANDROID PROJECT IMPORT SUMMARY

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.