ECLIPSE ANDROID PROJECT IMPORT SUMMARY

ECLIPSE ANDROID PROJECT IMPORT SUMMARY======================================

Manifest Merging:-----------------Your project uses libraries that provide manifests, and your Eclipseproject did not explicitly turn on manifest merging. In Android Gradleprojects, manifests are always merged (meaning that contents from yourlibraries‘ manifests will be merged into the app manifest. If you hadmanually copied contents from library manifests into your app manifestyou may need to remove these for the app to build correctly.

Ignored Files:--------------The following files were *not* copied into the new Gradle project; youshould evaluate whether these are still needed in your project and ifso manually move them:

From MGTTInitAct:* .DS_Store* README* mogujie_android_style.xmlFrom mgimlibs:* README

Replaced Jars with Dependencies:--------------------------------The importer recognized the following .jar files as third partylibraries and replaced them with Gradle dependencies instead. This hasthe advantage that more explicit version information is known, and thelibraries can be updated automatically. However, it is possible thatthe .jar file in your project was of an older version than thedependency 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 ADTEclipse 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 networkconnectivity to download dependencies.

Bugs:-----If for some reason your project does not build, and you determine thatit is due to a bug or limitation of the Eclipse to Gradle importer,please file a bug at http://b.android.com with categoryComponent-Tools.

(This import summary is for your information only, and can be deletedafter import once you are satisfied with the results.)
时间: 2024-08-11 01:36:03

ECLIPSE ANDROID PROJECT IMPORT SUMMARY的相关文章

eclipse android : A project with that name already exists in the workspace

[转]eclipse android : A project with that name already exists in the workspace - freeliver54 - 博客园 I'm new to Eclipse/Java/Android I have already created this project, but I wanted to start over. deleted the HelloAndroid folder from my workspace folde

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

在创建android project的时候,到最后一步点击finish没有反应. 本来以为可能是SDK中的Extra下Android Support Library没有安装,后来检查发现Minimum Required SDK中选择的版本过低导致 ,选择其他版本之后就能正常使用了 图中为最开始选择的版本(小小的教训) 新手上路,大神勿喷,自己的一点小经验,希望能对新手有些小帮助

Eclipse “Invalid Project Description” when creating new project from existing source

1) File>Import>General>Existing Project into Workspace2) File>Import>Android>Existing Code into Workspace Eclipse "Invalid Project Description" when creating new project from existing source

Mac Error Create Android Project - “Errors running builder 'Android Resource Manager' on project”

http://stackoverflow.com/questions/18096315/mac-error-create-android-project-errors-running-builder-android-resource-man 在mac笔记本上运行android eclipse报标题的错误,然后在stackoverflow上找到了答案 18down votefavorite 5 I spent the whole day just trying to create a simple

如何把多个Android Project打包成一个APK

如何把多个Android Project打包成一个APK(你的项目如何引用其他项目). 如何把多个android project 打包成一个apk呢,其实原理是这样的,一个主project引用其他的project,其他project类似于jar包一样被引用,当然和jar的引用原理有很大的区别.下面是详细的说明. 第一步,把普通的android project设置成库项目 库项目也是一个标准的android项目,因此你先创建一个普通的android项目. 这个项目可以起任何的名称,任何的报名,设置

Eclipse Android开发环境的搭建步骤及注意事项

作者:不完整 Email:[email protected] qq: 915043835 前言 作为一个初学者,在进行Eclipse android开发环境的搭建中耗费了挺长的时间.虽然网上有很多关于开发环境搭建的演示讲解,但是参照这些演示讲解进行操作的过程中还是出现了很多问题.因此,整理自己的开发环境搭建过程,供有需要的小白们共同学习借鉴. 步骤概要 第一步:下载安装JDK. 第二步:配置Windows上JDK的变量环境. 第三步:下载ADT bundle(集成ADT的Eclipse开发环境)

第四篇:Eclipse Android app 工程迁移到 Android Studio

前言:这种问题当然在所难免,所幸android studio的project 工程目录远比 Eclipse 要了然. 目录对比 我们在Eclipse中创建一个EclipseDemo的Android项目,在Android Studio中创建一个 My Application 的 Android项目,里面的Module命名为app. IDE Eclipse Android Studio 管理器目录 文件目录 有一点需要说明的是,gradle中一个Project就是一个工作目录,与其他的Project

Eclipse Android 代码自动提示功能

对于一个后端管理系统,最重要内容之一的就是登陆页了,无论是安全验证.用户在线记录.相关日志记录.单用户或多用户使用帐号控制等,都是在这个页面进行处理的. 1.在解决方案中创建一个Web项目,并将它设置为启动项 2.添加引用 3.添加WebManage文件夹与Login.aspx文件 4.添加登陆页面HTML代码 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx

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

在安装 图像处理工具包 mahotas 后,在eclipse中尝试import mahotas时,出现Unresolved import错误,按快捷无法自动生成代码提示 但是,程序运行时可以通过,在命令行中import时,正常 解决方法如下: 在project右击打开菜单 ->选择properties->选择"PyDev-Interpreter/Grammar"->点击链接"Click here to configure an interpreter not