zoukankan      html  css  js  c++  java
  • ECLIPSE ANDROID PROJECT IMPORT SUMMARY

    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 => mgimlibssrcmainAndroidManifest.xml
    * libsokhttp-1.3.0-jar-with-dependencies.jar => mgimlibslibsokhttp-1.3.0-jar-with-dependencies.jar
    * res => mgimlibssrcmain es
    * src => mgimlibssrcmainjava
    In MGTTInitAct:
    * AndroidManifest.xml => mGTTInitActsrcmainAndroidManifest.xml
    * jni => mGTTInitActsrcmainjni
    * libsandroid-async-http-1.4.6.jar => mGTTInitActlibsandroid-async-http-1.4.6.jar
    * libsarmeabi-v7alibspeex.so => mGTTInitActsrcmainjniLibsarmeabi-v7alibspeex.so
    * libsarmeabilibspeex.so => mGTTInitActsrcmainjniLibsarmeabilibspeex.so
    * libsjpinyin-1.0.jar => mGTTInitActlibsjpinyin-1.0.jar
    * libs etty-3.6.6.Final.jar => mGTTInitActlibs etty-3.6.6.Final.jar
    * libsuniversal-image-loader-1.9.3.jar => mGTTInitActlibsuniversal-image-loader-1.9.3.jar
    * res => mGTTInitActsrcmain es
    * src => mGTTInitActsrcmainjava
    * srccommogujie t.DS_Store => mGTTInitActsrcmain esourcescommogujie t.DS_Store
    * srccommogujie tadapter.DS_Store => mGTTInitActsrcmain esourcescommogujie tadapter.DS_Store
    * srccommogujie timlib.DS_Store => mGTTInitActsrcmain esourcescommogujie timlib.DS_Store
    * srccommogujie timlibproto.DS_Store => mGTTInitActsrcmain esourcescommogujie timlibproto.DS_Store
    * srccommogujie timlibservice.DS_Store => mGTTInitActsrcmain esourcescommogujie timlibservice.DS_Store
    * srccommogujie tlogcat.log => mGTTInitActsrcmain esourcescommogujie tlogcat.log
    * srccommogujie tpacket.DS_Store => mGTTInitActsrcmain esourcescommogujie tpacket.DS_Store
    * srccommogujie tsocket.DS_Store => mGTTInitActsrcmain esourcescommogujie tsocket.DS_Store
    * srccommogujie tui.DS_Store => mGTTInitActsrcmain esourcescommogujie tui.DS_Store
    * srccommogujie tuiactivity.DS_Store => mGTTInitActsrcmain esourcescommogujie tuiactivity.DS_Store
    * srccommogujie tuifragment.DS_Store => mGTTInitActsrcmain esourcescommogujie tuifragment.DS_Store
    * srccommogujie tutils.DS_Store => mGTTInitActsrcmain esourcescommogujie tutils.DS_Store
    * srccommogujie tutilspinyin.DS_Store => mGTTInitActsrcmain esourcescommogujie tutilspinyin.DS_Store
    * srccommogujie twidget.DS_Store => mGTTInitActsrcmain esourcescommogujie twidget.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.)
  • 相关阅读:
    PE文件解析器的编写(二)——PE文件头的解析
    PE解析器的编写(一)——总体说明
    PE文件详解(九)
    PE文件详解(八)
    06_建造者模式
    05_模板方法模式
    04_抽象工厂模式
    03_简单工厂模式(静态工厂模式)
    02_工厂方法模式
    01_单例模式
  • 原文地址:https://www.cnblogs.com/endv/p/6204059.html
Copyright © 2011-2022 走看看