简体   繁体   中英

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. 2- At another pc, added new repository location - OK.

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.

I've tried Run > Run Configurations > New Launch Configurations, but the SVN repository doesn't appears in Basic settings > Browse Project...

In repository I can see, but not edit, .classpath and .project files.

Any idea of what's happening? Thanks.

You should be downloading your project from SVN into a folder somewhere on your 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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