-
Notifications
You must be signed in to change notification settings - Fork 0
/
import-summary.txt
146 lines (134 loc) · 5.06 KB
/
import-summary.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
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 ColorPickerView:
* README.txt
From LamrimReader-Gingerbread-2-3-3:
* README.txt
* proguard.cfg
From NewQuickAction:
* .idea/
* .idea/.name
* .idea/compiler.xml
* .idea/copyright/
* .idea/copyright/profiles_settings.xml
* .idea/gradle.xml
* .idea/misc.xml
* .idea/modules.xml
* .idea/runConfigurations.xml
* .idea/vcs.xml
* .idea/workspace.xml
* CHANGELOG.md
* LICENSE.txt
* NewQuickAction.iml
* README.md
* build.gradle
* gradle/
* gradle/wrapper/
* gradle/wrapper/gradle-wrapper.jar
* gradle/wrapper/gradle-wrapper.properties
* gradlew
* gradlew.bat
From RobotoCalendarLibrary:
* .idea/
* .idea/.name
* .idea/compiler.xml
* .idea/copyright/
* .idea/copyright/profiles_settings.xml
* .idea/gradle.xml
* .idea/misc.xml
* .idea/modules.xml
* .idea/runConfigurations.xml
* .idea/vcs.xml
* .idea/workspace.xml
* README.txt
* RobotoCalendarLibrary.iml
* build.gradle
* gradle/
* gradle/wrapper/
* gradle/wrapper/gradle-wrapper.jar
* gradle/wrapper/gradle-wrapper.properties
* gradlew.bat
From WVersionManager:
* README.txt
* proguard-project.txt
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
Replaced Libraries with Dependencies:
-------------------------------------
The importer recognized the following library projects 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 source files in your project were of an older version than the
dependency we picked, which could render the project not compileable.
You can disable the library replacement in the import wizard and try
again:
actionbarsherlock =>
com.actionbarsherlock:actionbarsherlock:4.4.0@aar
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 ColorPickerView:
* AndroidManifest.xml => colorPickerView/src/main/AndroidManifest.xml
* assets/ => colorPickerView/src/main/assets
* res/ => colorPickerView/src/main/res/
* src/ => colorPickerView/src/main/java/
In NewQuickAction:
* AndroidManifest.xml => newQuickAction/src/main/AndroidManifest.xml
* assets/ => newQuickAction/src/main/assets
* res/ => newQuickAction/src/main/res/
* src/ => newQuickAction/src/main/java/
In RobotoCalendarLibrary:
* AndroidManifest.xml => robotoCalendarLibrary/src/main/AndroidManifest.xml
* assets/ => robotoCalendarLibrary/src/main/assets/
* res/ => robotoCalendarLibrary/src/main/res/
* src/ => robotoCalendarLibrary/src/main/java/
In WVersionManager:
* AndroidManifest.xml => wVersionManager/src/main/AndroidManifest.xml
* assets/ => wVersionManager/src/main/assets
* res/ => wVersionManager/src/main/res/
* src/ => wVersionManager/src/main/java/
In LamrimReader-Gingerbread-2-3-3:
* AndroidManifest.xml => lamrimReaderGingerbread233/src/main/AndroidManifest.xml
* assets/ => lamrimReaderGingerbread233/src/main/assets/
* libs/commons-lang3-3.1.jar => lamrimReaderGingerbread233/libs/commons-lang3-3.1.jar
* libs/javacsv.jar => lamrimReaderGingerbread233/libs/javacsv.jar
* libs/libGoogleAnalyticsServices.jar => lamrimReaderGingerbread233/libs/libGoogleAnalyticsServices.jar
* lint.xml => lamrimReaderGingerbread233/lint.xml
* res/ => lamrimReaderGingerbread233/src/main/res/
* src/ => lamrimReaderGingerbread233/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.)