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的更多相关文章
- cocos2d-x-3.0 window+eclipse Android Project 环境与开发新手教程
今天闲来没事,听说最新cocos2d-x 出新版3.0.所以来学习一下. 大致參考官方教程:http://www.cocos2d-x.org/wiki/How_to_Build_an_Android_ ...
- 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/ ...
- 在eclipse创建android project,最后一步点击finish没反应
在创建android project的时候,到最后一步点击finish没有反应. 本来以为可能是SDK中的Extra下Android Support Library没有安装,后来检查发现Minimum ...
- Install NDK in Eclipse/Android Studio
1. Download NDK https://developer.android.com/tools/sdk/ndk/index.html 2.Install NDK $ tar xvf andro ...
- eclipse android工程没有错却出现红叉
[转]eclipse android工程没有错却出现红叉 问题描述: 这是一个很变态的问题,花了我N多时间才解决掉,而且弄得心情非常郁闷,这明显是ADT的bug嘛,为什么最新的版本还没有解决? 将Li ...
- quick-3.5 eclipse android
quick-3.5 eclipse android 上遇到的 问题 首先是已经安装了SDK NDK ADT 环境变量都已经配置好了 直接打开项目然后运行 却出现这个鸟问题如图: NDK_ROOT = ...
- Eclipse Android 解决Gen文件夹为空的问题
通常这个问题的表现为Eclipse报错:R cannot be resolved to a variable 原因是因为Eclipse没有帮我们自动生成固定资源的索引.导致Gen文件夹下为空. 网上的 ...
- Android开发环境搭建全程演示(jdk+eclipse+android sdk)
全程演示android开发环境的搭建过程,无需配置环境变量.所有软件都是写该文章时最新版本 一 相关下载 (1) java JDK下载: 进入该网页: http://java.sun.com/java ...
- 解决Eclipse Pydev中import时报错:Unresolved import
在安装 图像处理工具包 mahotas 后,在eclipse中尝试import mahotas时,出现Unresolved import错误,按快捷无法自动生成代码提示 但是,程序运行时可以通过,在命 ...
随机推荐
- 人人都是 DBA(VI)SQL Server 事务日志
SQL Server 的数据库引擎通过事务服务(Transaction Services)提供事务的 ACID 属性支持.ACID 属性包括: 原子性(Atomicity) 一致性(Consisten ...
- c++实现冒泡排序
# include<iostream> #include<stdio.h> using namespace std; void maopao(int *list){ int i ...
- Stealth视频教程学习笔记(第一章)
Stealth视频教程学习笔记(第一章) 本文是对Unity官方视频教程Stealth的学习笔记.在此之前,本人整理了Stealth视频的英文字幕,并放到了优酷上.本文将分别对各个视频进行学习总结,提 ...
- 为 Exchange 服务器编写自定义的反垃圾插件
Exchange 2010 的 Edge Transport 包含了一些 Anti-spam 的 Feature,如图: 都开启了,但是呢,还是会有漏网之鱼,而且把这些邮件自己列为 Junk 也起不了 ...
- 暂停JS的深入学习
对于JS的掌握程度,已经满足中级前端工程师的需要了,现在需要入门一下后端的基础知识,如nginx服务器一类的知识,方便今后快速开发. 先来nginx,文章.
- jQuery核心技术-----------------------------------------------------()
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- JS基础知识总结
js基础知识点总结 如何在一个网站或者一个页面,去书写你的js代码:1.js的分层(功能):jquery(tool) 组件(ui) 应用(app),mvc(backboneJs)2.js的规划() ...
- js 数组
js中的数组类似与java中的容器 类型可以不同.长度可变 一.数组的声明 var arr1=new Array();//数组的声明一 var arr2=[1,2,3,true,new Dat ...
- python2.7和python3共存
python2.7和python3共存 原本装了python,玩nodejs的时候需要node-gyp来编译依赖,无赖这货需要python2.5<v<3.0,那就弄两个版本吧 转载自 ht ...
- JS中call、apply、bind使用指南,带部分原理。
为什么需要这些?主要是因为this,来看看this干的好事. box.onclick = function(){ function fn(){ alert(this); } fn();}; 我们原本以 ...