android - 如何将 SVN 导入转换为 Android 项目

标签 android eclipse svn

我已经使用 Subeclipse 查看了 Android 应用程序的存储库(文件 > 导入 > 从 SVN checkout )。但在 Eclipse 中它只显示为文件夹。它不能作为 android 项目运行。如何解决这个问题?如何将此项目转换为 Android 项目,以便我可以使用 adt 构建它?

编辑:我在 Ubuntu 12.04 中使用 Eclise 3.7 Indigo

最佳答案

先查看SVN到本地文件系统的项目:

svn checkout URL /Users/Home/myproject

然后创建一个 Android 项目并将其作为现有源导入(文件 -> 新建 -> Android 项目): enter image description here

关于android - 如何将 SVN 导入转换为 Android 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10020845/

相关文章:

android - Genymotion 2 - Google Play 商店无连接

JavaFX - 应用程序 : Only main stage is shown from exported jar file while in Eclipse all dialogs are shown, 为什么会出现这种差异?

macos - SVN Mac - 提交名称中带有 "@"的文件

java - 在线考试中的 Struts Spring 和 Hibernate 集成

c++ - 在 Ubuntu 18.04 上运行 Eclipse-CDT 导致 java.lang.ClassNotFoundException

windows - 获取 SVN 修订号到批处理文件变量

linux - SVN checkout 失败,svn ://protocol but it is working with svn+ssh://protocol

java - 如何阻止 SpeechSynthesis.speak(String) ?

android - 无法设置 colorControlNormal 和 android :textColor in style

javascript - 如何处理 PhoneGap sql 存储结果?