1 Star 1 Fork 1

远望の无限 / TaskMgr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
import-summary.txt 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
远望の无限 提交于 2014-08-05 18:26 . First Commit
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 PinnedHeaderListViewLib:
* proguard-project.txt
From TaskInterface:
* proguard-project.txt
From TaskMgr2:
* ic_launcher-web.png
* proguard\
* proguard\dump.txt
* proguard\mapping.txt
* proguard\seeds.txt
* proguard\usage.txt
Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:
In PinnedHeaderListViewLib:
* AndroidManifest.xml => pinnedHeaderListViewLib\src\main\AndroidManifest.xml
* assets\ => pinnedHeaderListViewLib\src\main\assets\
* res\ => pinnedHeaderListViewLib\src\main\res\
* src\ => pinnedHeaderListViewLib\src\main\java\
In TaskInterface:
* AndroidManifest.xml => taskInterface\src\main\AndroidManifest.xml
* assets\ => taskInterface\src\main\assets\
* res\ => taskInterface\src\main\res\
* src\ => taskInterface\src\main\java\
In TaskMgr2:
* AndroidManifest.xml => taskMgr2\src\main\AndroidManifest.xml
* assets\ => taskMgr2\src\main\assets\
* proguard-project.txt => taskMgr2\proguard-project.txt
* res\ => taskMgr2\src\main\res\
* src\ => taskMgr2\src\main\java\
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.)
Android
1
https://gitee.com/ywwxhz/TaskMgr.git
git@gitee.com:ywwxhz/TaskMgr.git
ywwxhz
TaskMgr
TaskMgr
master

搜索帮助