-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimport-summary.txt
142 lines (131 loc) · 5.17 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
ECLIPSE ANDROID PROJECT IMPORT SUMMARY
======================================
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:
* .gitignore
* README.md
* ant.properties
* build.xml
* custom_rules.xml
* default.properties
* proguard-project.txt
* proguard.cfg
* test/
* test/.classpath
* test/.gitignore
* test/.project
* test/AndroidManifest.xml
* test/ant.properties
* test/build.xml
* test/default.properties
* test/local.properties
* test/old/
* test/old/AccountsProbeTest.java
* test/old/ActivityProbeTest.java
* test/old/AndroidInfoProbeTest.java
* test/old/ApplicationsProbeTest.java
* test/old/AudioFilesProbeTest.java
* test/old/BatteryProbeTest.java
* test/old/BluetoothProbeTest.java
* test/old/BrowserBookmarksProbeTest.java
* test/old/BrowserSearchesProbeTest.java
* test/old/CallLogProbeTest.java
* test/old/CellProbeTest.java
* test/old/ContactProbeTest.java
* test/old/GravitySensorProbeTest.java
* test/old/HardwareInfoProbeTest.java
* test/old/ImagesProbeTest.java
* test/old/LightSensorProbeTest.java
* test/old/LocationProbeTest.java
* test/old/ProbeUtilsTest.java
* test/old/ProcessStatisticsProbeTest.java
* test/old/RunningApplicationsProbeTest.java
* test/old/SMSProbeTest.java
* test/old/ServicesProbeTest.java
* test/old/TelephonyProbeTest.java
* test/old/TemperatureSensorProbeTest.java
* test/old/TimeOffsetProbeTest.java
* test/old/VideosProbeTest.java
* test/old/WifiProbeTest.java
* test/proguard-project.txt
* test/proguard.cfg
* test/project.properties
* test/res/
* test/res/.gitignore
* test/res/values/
* test/res/values/strings.xml
* test/src/
* test/src/edu/
* test/src/edu/mit/
* test/src/edu/mit/media/
* test/src/edu/mit/media/funf/
* test/src/edu/mit/media/funf/AsyncSharedPrefsTest.java
* test/src/edu/mit/media/funf/FunfManagerTest.java
* test/src/edu/mit/media/funf/TestPipeline.java
* test/src/edu/mit/media/funf/config/
* test/src/edu/mit/media/funf/config/TestConfigurableParsing.java
* test/src/edu/mit/media/funf/pipeline/
* test/src/edu/mit/media/funf/pipeline/BasicPipelineTest.java
* test/src/edu/mit/media/funf/probe/
* test/src/edu/mit/media/funf/probe/AnnotationsTest.java
* test/src/edu/mit/media/funf/probe/ProbeTest.java
* test/src/edu/mit/media/funf/probe/ProbeTestCase.java
* test/src/edu/mit/media/funf/probe/builtin/
* test/src/edu/mit/media/funf/probe/builtin/ContactProbeTest.java
* test/src/edu/mit/media/funf/probe/builtin/RunningApplicationsProbeTest.java
* test/src/edu/mit/media/funf/probe/builtin/ServicesProbeTest.java
* test/src/edu/mit/media/funf/probe/builtin/TelephonyProbeTest.java
* test/src/edu/mit/media/funf/probe/builtin/TestAllBuiltinProbes.java
* test/src/edu/mit/media/funf/probe/builtin/TestLocationProbes.java
* test/src/edu/mit/media/funf/storage/
* test/src/edu/mit/media/funf/storage/DefaultArchiveTest.java
* test/src/edu/mit/media/funf/storage/PrefsWriteSpeedTest.java
* test/src/edu/mit/media/funf/tests/
* test/src/edu/mit/media/funf/tests/ExampleService.java
* test/src/edu/mit/media/funf/tests/SensorTest.java
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:
gson-2.1-javadoc.jar => com.google.code.gson:gson:2.3.1
gson-2.1-sources.jar => com.google.code.gson:gson:2.3.1
gson-2.1.jar => com.google.code.gson:gson:2.1
Potentially Missing Dependency:
-------------------------------
When we replaced the following .jar files with a Gradle dependency, we
inferred the dependency version number from the filename. This
specific version may not actually be available from the repository.
If you get a build error stating that the dependency is missing, edit
the version number to for example "+" to pick up the latest version
instead. (This may require you to update your code if the library APIs
have changed.)
gson-2.1.jar => version 2.1 in com.google.code.gson:gson:2.1
Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:
* AndroidManifest.xml => funf/src/main/AndroidManifest.xml
* lint.xml => funf/lint.xml
* res/ => funf/src/main/res/
* src/ => funf/src/main/java/
* src/edu/mit/media/funf/probe/.DS_Store => funf/src/main/resources/edu/mit/media/funf/probe/.DS_Store
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.)