- Mastering Android Studio 3
- Kyle Mew
- 294字
- 2021-07-02 18:42:34
Importing projects into Android Studio
Eclipse is, without question, one of the finest development tools around and, after 15 years, many of us have become very familiar with it. When it comes to developing for a variety of platforms, Eclipse is a fantastic tool but cannot compete with Android Studio when it comes to developing Android applications.
If you are migrating from Eclipse, you will more than likely have projects you have been working on that you wish to import into Studio. The following steps demonstrate how this is done:
- First ensure that your Eclipse ADT root directory contains both the src and res directories and the AndroidManifest.xml file.
- Make a note of any Eclipse third-party plugins you have used as you will need to install equivalents into Studio.
- Open Android Studio and select Import Project from the welcome screen or from File | New | Import Project.
- Select the folder that contains the manifest and prepare a destination folder, then follow the prompts to complete the import.
The import process makes a complete copy of the project, leaving the original untouched, meaning it can still be worked on in Eclipse if you wish. Unfortunately, it is not possible to import third-party plugins but a large and growing number of plugins are available for Studio, and it is more than likely that you will be able to find equivalents. These can be browsed from File | Settings | Plugins.
We will look again at this process when we come to project configuration, but otherwise, from here on in, we will be assuming that all projects are begun in Android Studio.
- Learning LibGDX Game Development(Second Edition)
- Java多線程編程實戰指南:設計模式篇(第2版)
- CockroachDB權威指南
- Offer來了:Java面試核心知識點精講(原理篇)
- Visual Basic程序設計習題解答與上機指導
- Building an RPG with Unity 2018
- Android開發:從0到1 (清華開發者書庫)
- OpenGL Data Visualization Cookbook
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 遠方:兩位持續創業者的點滴思考
- IPython Interactive Computing and Visualization Cookbook
- Python深度學習(第2版)
- Docker on Windows
- Mobile Test Automation with Appium
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺