-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport-summary.txt
More file actions
69 lines (62 loc) · 3.21 KB
/
import-summary.txt
File metadata and controls
69 lines (62 loc) · 3.21 KB
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
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:
* .DS_Store
* Android.mk
* ApiDemos.iml
* README.txt
* _index.html
* tests/
* tests/Android.mk
* tests/build.properties
* tests/gen/
* tests/gen/com/
* tests/gen/com/example/
* tests/gen/com/example/android/
* tests/gen/com/example/android/apis/
* tests/gen/com/example/android/apis/tests/
* tests/gen/com/example/android/apis/tests/BuildConfig.java
* tests/gen/com/example/android/apis/tests/Manifest.java
* tests/gen/com/example/android/apis/tests/R.java
* tests/tests1.iml
* tests/tests5.iml
Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:
* AndroidManifest.xml => app/src/main/AndroidManifest.xml
* assets/ => app/src/main/assets/
* res/ => app/src/main/res/
* src/ => app/src/main/java/
* src/.DS_Store => app/src/main/resources/.DS_Store
* src/com/.DS_Store => app/src/main/resources/com/.DS_Store
* src/com/example/android/apis/_package.html => app/src/main/resources/com/example/android/apis/_package.html
* src/com/example/android/apis/accessibility/_index.html => app/src/main/resources/com/example/android/apis/accessibility/_index.html
* src/com/example/android/apis/animation/_index.html => app/src/main/resources/com/example/android/apis/animation/_index.html
* src/com/example/android/apis/app/IRemoteService.aidl => app/src/main/aidl/com/example/android/apis/app/IRemoteService.aidl
* src/com/example/android/apis/app/IRemoteServiceCallback.aidl => app/src/main/aidl/com/example/android/apis/app/IRemoteServiceCallback.aidl
* src/com/example/android/apis/app/ISecondary.aidl => app/src/main/aidl/com/example/android/apis/app/ISecondary.aidl
* src/com/example/android/apis/app/_index.html => app/src/main/resources/com/example/android/apis/app/_index.html
* src/com/example/android/apis/app/_package.html => app/src/main/resources/com/example/android/apis/app/_package.html
* src/com/example/android/apis/content/_index.html => app/src/main/resources/com/example/android/apis/content/_index.html
* src/com/example/android/apis/graphics/_index.html => app/src/main/resources/com/example/android/apis/graphics/_index.html
* src/com/example/android/apis/text/_index.html => app/src/main/resources/com/example/android/apis/text/_index.html
* src/com/example/android/apis/view/_index.html => app/src/main/resources/com/example/android/apis/view/_index.html
* src/com/example/android/apis/view/_package.html => app/src/main/resources/com/example/android/apis/view/_package.html
* tests/src/ => app/src/androidTest/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.)