-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport-summary.txt
56 lines (49 loc) · 2.75 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
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:
* Android.bp
* ApiDemos.iml
* README.txt
* _index.html
* tests\
* tests\Android.bp
* tests\build.properties
* tests\tests.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\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\_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\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\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.)