Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个新版本的 Android 开发者工具都会带来新的项目设置。有没有办法通过 eclipse 或命令行将旧项目升级到新格式?
我一直在通过创建一个新项目并比较项目文件来手动完成它。
从命令行,您可以使用:
android update project -p [project path] -n [project name]
有关详细信息,请参阅更新项目。