简体   繁体   English

无法运行或调试SVN android项目

[英]Can't run or debug SVN android project

I'm having some beginner problems to start using version control on my project. 我在开始对项目使用版本控制时遇到一些初学者问题。 My app is already working, I've installed subversive and did the following: 1- Checked out my project to server - OK. 我的应用程序已经可以运行,我已经安装了颠覆性工具并执行以下操作:1-将我的项目检出到服务器-确定。 2- At another pc, added new repository location - OK. 2-在另一台电脑上,添加新的存储库位置-确定。

I can see the project tree in SVN Repositories perspective, with all files, but when I try to run it, what appears in the emulator is the local version of the project, and not the SVN one. 我可以在SVN Repositories透视图中看到包含所有文件的项目树,但是当我尝试运行它时,模拟器中出现的是项目的本地版本,而不是SVN版本。

I've tried Run > Run Configurations > New Launch Configurations, but the SVN repository doesn't appears in Basic settings > Browse Project... 我已经尝试过运行>运行配置>新启动配置,但是SVN存储库未出现在基本设置>浏览项目中...

In repository I can see, but not edit, .classpath and .project files. 在存储库中,我可以看到但不能编辑.classpath和.project文件。

Any idea of what's happening? 有什么想法吗? Thanks. 谢谢。

You should be downloading your project from SVN into a folder somewhere on your PC. 您应该将项目从SVN下载到PC上的某个文件夹中。 You need to add that project to Eclipse, or refresh if you downloaded it to an existing project folder, and then rebuild the project in Eclipse. 您需要将该项目添加到Eclipse,或者如果将其下载到现有项目文件夹中则刷新,然后在Eclipse中重建该项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM