Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21478 rajender 1
ECLIPSE ANDROID PROJECT IMPORT SUMMARY
2
======================================
3
 
4
Ignored Files:
5
--------------
6
The following files were *not* copied into the new Gradle project; you
7
should evaluate whether these are still needed in your project and if
8
so manually move them:
9
 
10
* pom.xml
11
 
12
Replaced Jars with Dependencies:
13
--------------------------------
14
The importer recognized the following .jar files as third party
15
libraries and replaced them with Gradle dependencies instead. This has
16
the advantage that more explicit version information is known, and the
17
libraries can be updated automatically. However, it is possible that
18
the .jar file in your project was of an older version than the
19
dependency we picked, which could render the project not compileable.
20
You can disable the jar replacement in the import wizard and try again:
21
 
22
android-support-v4.jar => com.android.support:support-v4:18.+
23
 
24
Moved Files:
25
------------
26
Android Gradle projects use a different directory structure than ADT
27
Eclipse projects. Here's how the projects were restructured:
28
 
29
* AndroidManifest.xml => library/src/main/AndroidManifest.xml
30
* res/ => library/src/main/res/
31
* src/ => library/src/main/java/
32
 
33
Missing Android Support Repository:
34
-----------------------------------
35
Some useful libraries, such as the Android Support Library, are
36
installed from a special Maven repository, which should be installed
37
via the SDK manager.
38
 
39
It looks like this library is missing from your SDK installation at:
40
null
41
 
42
To install it, open the SDK manager, and in the Extras category,
43
select "Android Support Repository". You may also want to install the
44
"Google Repository" if you want to use libraries like Google Play
45
Services.
46
 
47
Next Steps:
48
-----------
49
You can now build the project. The Gradle project needs network
50
connectivity to download dependencies.
51
 
52
Bugs:
53
-----
54
If for some reason your project does not build, and you determine that
55
it is due to a bug or limitation of the Eclipse to Gradle importer,
56
please file a bug at http://b.android.com with category
57
Component-Tools.
58
 
59
(This import summary is for your information only, and can be deleted
60
after import once you are satisfied with the results.)