• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Define SDK to eclipse error

astm

Lurker
hello guys
today i was trying to open my old workspace projects by Eclipse
but the old projects used old SDK path
so when i try to change my SDK location the eclipse not allow me tho submit my new location how i can solve this problem

:mad:
 
You can always manually rebuild the projects. It is an ugly solution but you can zip up your sources. Start new projects, and then unzip your old sources to overwrite the ones you just created. I realize this is a horrible solution but when I have eclipse problems I find it easier to start over than trying to dig through what went wrong.
 
Back
Top Bottom