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: * .gitignore * .idea\ * .idea\.gitignore * .idea\Notes-master.iml * .idea\misc.xml * .idea\modules.xml * .idea\workspace.xml * .vs\ * .vs\Notes-master\ * .vs\Notes-master\FileContentIndex\ * .vs\Notes-master\FileContentIndex\03b5a89a-698f-4824-8d2f-0915a373922e.vsidx * .vs\Notes-master\FileContentIndex\9f48036c-332a-415f-abdf-e89130c50a23.vsidx * .vs\Notes-master\FileContentIndex\d40d5014-eb2a-4a0b-829d-e5b69cecb5cb.vsidx * .vs\Notes-master\FileContentIndex\read.lock * .vs\Notes-master\v17\ * .vs\Notes-master\v17\.wsuo * .vs\ProjectSettings.json * .vs\VSWorkspaceState.json * .vs\slnx.sqlite * NOTICE * Notes-master.iml * README 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 * res\ => app\src\main\res\ * src\ => app\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.)