This repository has been archived by the owner on May 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
import-summary.txt
103 lines (93 loc) · 3.56 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
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:
* .idea
* .idea\.name
* .idea\compiler.xml
* .idea\copyright
* .idea\copyright\profiles_settings.xml
* .idea\encodings.xml
* .idea\libraries
* .idea\libraries\android_support_v4.xml
* .idea\libraries\library_155f3d63829ebcf6069dbd334f752dfa.xml
* .idea\misc.xml
* .idea\modules.xml
* .idea\scopes
* .idea\scopes\scope_settings.xml
* .idea\vcs.xml
* .idea\workspace.xml
* ic_launcher-web.png
* Improvements.txt
* logo.png
* out
* out\production
* out\production\TUDirect
* out\res-cache
* out\res-cache\TUDirect
* out\res-cache\TUDirect\drawable-hdpi
* out\res-cache\TUDirect\drawable-hdpi\buildings.png
* out\res-cache\TUDirect\drawable-hdpi\courseschedule.png
* out\res-cache\TUDirect\drawable-hdpi\credits.png
* out\res-cache\TUDirect\drawable-hdpi\grades.png
* out\res-cache\TUDirect\drawable-hdpi\ic_launcher.png
* out\res-cache\TUDirect\drawable-hdpi\search.png
* out\res-cache\TUDirect\drawable-hdpi\studyprogress.png
* out\res-cache\TUDirect\drawable-hdpi\validgrades.png
* out\res-cache\TUDirect\drawable-hdpi\workspaces.png
* out\res-cache\TUDirect\drawable-ldpi
* out\res-cache\TUDirect\drawable-ldpi\ic_launcher.png
* out\res-cache\TUDirect\drawable-ldpi\logo.png
* out\res-cache\TUDirect\drawable-ldpi\splash.png
* out\res-cache\TUDirect\drawable-ldpi\splashscreen.png
* out\res-cache\TUDirect\drawable-mdpi
* out\res-cache\TUDirect\drawable-mdpi\ic_launcher.png
* out\res-cache\TUDirect\drawable-xhdpi
* out\res-cache\TUDirect\drawable-xhdpi\ic_launcher.png
* out\res-cache\TUDirect\drawable-xxhdpi
* out\res-cache\TUDirect\drawable-xxhdpi\ic_launcher.png
* out\test
* out\test\TUDirect
* proguard-project.txt
* TUDirect.apk
* TUDirect.iml
* TUDirect_1.2.0.apk
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:+
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\
Old Build Tools:
----------------
The version of the build tools installed with your SDK is old. It
should be at least version 19.0.1 to work well with the Gradle build
system. To update it, open the Android SDK Manager, and install the
highest available version of Tools > Android SDK Build-tools.
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.)