From 019522cc93d947b5075ca90547b9e13f08787739 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 3 Aug 2017 15:12:06 +0800 Subject: First Commit --- import-summary.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 import-summary.txt (limited to 'import-summary.txt') diff --git a/import-summary.txt b/import-summary.txt new file mode 100644 index 0000000..505091b --- /dev/null +++ b/import-summary.txt @@ -0,0 +1,26 @@ +ECLIPSE ANDROID PROJECT IMPORT SUMMARY +====================================== + +Moved Files: +------------ +Android Gradle projects use a different directory structure than ADT +Eclipse projects. Here's how the projects were restructured: + +* AndroidManifest.xml => setupwizardlib\src\main\AndroidManifest.xml +* res\ => setupwizardlib\src\main\res\ +* src\ => setupwizardlib\src\main\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.) -- cgit v1.2.3