aboutsummaryrefslogtreecommitdiff
path: root/import-summary.txt
diff options
context:
space:
mode:
authorTrumeet <liangyuteng12345@gmail.com>2017-08-03 15:12:06 +0800
committerTrumeet <liangyuteng12345@gmail.com>2017-08-03 15:12:08 +0800
commit019522cc93d947b5075ca90547b9e13f08787739 (patch)
tree18096ab2a5f678f5d2b4f3a810966c2bf9defe67 /import-summary.txt
downloadSetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar.gz
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar.bz2
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.zip
First Commit0.1
Diffstat (limited to 'import-summary.txt')
-rw-r--r--import-summary.txt26
1 files changed, 26 insertions, 0 deletions
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.)