博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android Studio Error2
阅读量:5020 次
发布时间:2019-06-12

本文共 3232 字,大约阅读时间需要 10 分钟。

 

 

 

ECLIPSE ANDROID PROJECT IMPORT SUMMARY======================================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:* .factorypath* .gitignore* README.md* ic_launcher-web.png* proguard-project.txtReplaced 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:21.0.3Moved Files:------------Android Gradle projects use a different directory structure than ADTEclipse projects. Here's how the projects were restructured:* .apt_generated\ => app\src\main\java\* AndroidManifest.xml => app\src\main\AndroidManifest.xml* assets\ => app\src\main\assets\* bin\res\ => app\src\androidTest\res\* lib\BadgeView\ => app\src\main\java\* lib\gson\ => app\src\main\java\* lib\Volley\ => app\src\main\java\* libs\android-async-http-1.4.9.jar => app\libs\android-async-http-1.4.9.jar* libs\butterknife-5.1.2.jar => app\libs\butterknife-5.1.2.jar* libs\httpclient-4.4.1.1.jar => app\libs\httpclient-4.4.1.1.jar* libs\jsr305-3.0.0.jar => app\libs\jsr305-3.0.0.jar* libs\libammsdk.jar => app\libs\libammsdk.jar* libs\nineoldandroids-2.4.0.jar => app\libs\nineoldandroids-2.4.0.jar* res\ => app\src\main\res\* src\activity\ => app\src\main\java\* src\aidl\ => app\src\main\java\* src\aidl\com\exmyth\wechat\aidl\IRemoteAIDL.aidl => app\src\main\aidl\com\exmyth\wechat\aidl\IRemoteAIDL.aidl* src\aidl\com\exmyth\wechat\aidl\service\IRemoteService.java_ => app\src\main\resources\com\exmyth\wechat\aidl\service\IRemoteService.java_* src\app\ => app\src\main\java\* src\arcmenu\ => app\src\main\java\* src\commonAdapter\ => app\src\main\java\* src\drawer\ => app\src\main\java\* src\imageloader\ => app\src\main\java\* src\indexablelist\ => app\src\main\java\* src\network\asynchttp\ => app\src\main\java\* src\previous\ => app\src\main\java\* src\refresh\ => app\src\main\java\* src\ripple\ => app\src\main\java\* src\slidingmenu\ => app\src\main\java\* src\tab\ => app\src\main\java\* src\util\ => app\src\main\java\* src\view\ => app\src\main\java\* src\ViewDragHelper\ => app\src\main\java\* src\volley\ => app\src\main\java\* src\wish\ => app\src\main\java\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.)

 

转载于:https://www.cnblogs.com/exmyth/p/5325974.html

你可能感兴趣的文章
you-get帮助使用手册
查看>>
nyoj756_重建二叉树_先序遍历
查看>>
sin()函数的实现
查看>>
图像切割之(一)概述
查看>>
JAVA修饰符类型(public,protected,private,friendly)
查看>>
flex利用webservice上传照片
查看>>
IOS开发之Bug--使用KVC的易错情况
查看>>
python list和tuple
查看>>
基础薄弱的反思
查看>>
ORACLE增删改查以及case when的基本用法
查看>>
[转]oracle10客户端PL/SQL Developer如何连接远程服务器上的oracle数据库
查看>>
HTML5 表单元素和属性
查看>>
SDUTOJ 2498 数据结构实验之图论十一:AOE网上的关键路径
查看>>
使用SpringSocial开发QQ登录
查看>>
好玩的游戏
查看>>
2.6. Statistical Models, Supervised Learning and Function Approximation
查看>>
代码说明call和apply方法的区别 (咱们这方面讲解的少,这样的题有变式,需要举例讲解一下)...
查看>>
T-SQL 类型转换
查看>>
在eclipse中设计BPMN 2.0工作流定义的根本步骤
查看>>
Json对象与Json字符串互转(4种转换方式)
查看>>