ECLIPSE ANDROID PROJECT IMPORT SUMMARY

Posted C# java C++ 开源通信

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 => 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的主要内容,如果未能解决你的问题,请参考以下文章

Android 之 Eclipse没法生成R文件

Eclipse 更新Android SDK后,新建项目出现appcompat_v7project的相关问题

Eclipse+Android开发环境搭建失败--R文件出错,自动新建Android application project 出错。

Android Studio 导入Eclipse工程

将 Cordova 6.1.2-Project 导入 Eclipse:Android 依赖项中缺少 cordovalib.jar

Eclipse导入Android工程报错 Invalid project description(转载)