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的更多相关文章

  1. cocos2d-x-3.0 window+eclipse Android Project 环境与开发新手教程

    今天闲来没事,听说最新cocos2d-x 出新版3.0.所以来学习一下. 大致參考官方教程:http://www.cocos2d-x.org/wiki/How_to_Build_an_Android_ ...

  2. cocos2dx在Eclipse下编译报错:Cannot find module with tag 'CocosDenshion/android' in import path

    在Eclipse下编译cocos2dx项目,报错如下: Android NDK: jni/Android.mk: Cannot find module with tag 'CocosDenshion/ ...

  3. 在eclipse创建android project,最后一步点击finish没反应

    在创建android project的时候,到最后一步点击finish没有反应. 本来以为可能是SDK中的Extra下Android Support Library没有安装,后来检查发现Minimum ...

  4. Install NDK in Eclipse/Android Studio

    1. Download NDK https://developer.android.com/tools/sdk/ndk/index.html 2.Install NDK $ tar xvf andro ...

  5. eclipse android工程没有错却出现红叉

    [转]eclipse android工程没有错却出现红叉 问题描述: 这是一个很变态的问题,花了我N多时间才解决掉,而且弄得心情非常郁闷,这明显是ADT的bug嘛,为什么最新的版本还没有解决? 将Li ...

  6. quick-3.5 eclipse android

    quick-3.5 eclipse android  上遇到的 问题 首先是已经安装了SDK NDK ADT 环境变量都已经配置好了 直接打开项目然后运行 却出现这个鸟问题如图: NDK_ROOT = ...

  7. Eclipse Android 解决Gen文件夹为空的问题

    通常这个问题的表现为Eclipse报错:R cannot be resolved to a variable 原因是因为Eclipse没有帮我们自动生成固定资源的索引.导致Gen文件夹下为空. 网上的 ...

  8. Android开发环境搭建全程演示(jdk+eclipse+android sdk)

    全程演示android开发环境的搭建过程,无需配置环境变量.所有软件都是写该文章时最新版本 一 相关下载 (1) java JDK下载: 进入该网页: http://java.sun.com/java ...

  9. 解决Eclipse Pydev中import时报错:Unresolved import

    在安装 图像处理工具包 mahotas 后,在eclipse中尝试import mahotas时,出现Unresolved import错误,按快捷无法自动生成代码提示 但是,程序运行时可以通过,在命 ...

随机推荐

  1. java 泛型的几点备忘

    1.在java虚拟机中是没有泛型的,所有泛型类的参数都会被擦除,如下: public void test(List<String> list, int num){} public void ...

  2. [.net 面向对象程序设计进阶] (4) 正则表达式 (三) 表达式助手

    [.net 面向对象程序设计进阶] (2) 正则表达式(三) 表达式助手 上面两节对正则表达式的使用及.NET下使用正则表达式作了详细说明,本节主要搜集整理了常用的正则表达式提供参考. 此外为了使用方 ...

  3. java线程与并发(一)

    有好几个月没写博客了,各种破事儿忙完,决定继续写博客,恰好最近想了解下有关Java并发的一些知识,所以就准备这一段时间,用零碎的时间多记录一点有关并发的知识.希望这次能一直坚持下去. 想了解并发,必须 ...

  4. IOS 公共类-数字处理

    1.写一个方法,调用的时候交换两个数的值 -(void) swap:(int*)a andNumber:(int*)b{ int temp = *a; *a = *b; *b = temp; } 调用 ...

  5. 数据库的Timeout

    数据库的Timeout 其实有很多种情况. 一个是执行的超时时间 executionTimeOut,一个是连接的超时时间connectionTimeOut, 还有呢? 等待的超时时间 ReadTime ...

  6. 关于基本类型值和引用类型值以及Vue官方API的array.$remove(reference)

    今天又是孟哥解惑. 数组里的元素也是指向内存地址么? 这个要分情况的. 无论a[0],a[2]在什么地方,只要其值是基本类型值,就是值的比较,只要其值是引用类型(对象),就是内存地址的比较. Vue官 ...

  7. 爱上MVC3系列~监视Action的运行时间,并提供超时记录机制

    回到目录 文章出现的原因 很久没写关于MVC的文章了,原因是将关注点移向了MVVM和DDD这边,而这篇文章完全是因为公司项目的需要,因为公司网站总是不定时的502,而这由可能是程序超时所引起的,为了分 ...

  8. EF架构~CodeFirst生产环境的Migrations

    回到目录 Migrations即迁移,它是EF的code first模式出现的产物,它意思是说,将代码的变化反映到数据库上,这种反映有两种环境,一是本地开发环境,别一种是服务器的生产环境,本地开发环境 ...

  9. Docker镜像

    docker镜像123? 额,由于没有实验环境,没有亲手实践,因此理解可能有不对的地方. 反正也是学习笔记,以后再修改吧... docker的镜像跟virtualbox的镜像不一样.在虚拟机中,镜像是 ...

  10. salesforce 零基础学习(四十二)简单文件上传下载

    项目中,常常需要用到文件的上传和下载,上传和下载功能实际上是对Document对象进行insert和查询操作.本篇演示简单的文件上传和下载,理论上文件上传后应该将ID作为操作表的字段存储,这里只演示文 ...