Possible Duplicate:
How to link assets/www folder in Eclipse / Phonegap / Android project?
I want to develop the html and javascript files for my phonegap project in a different folder than the standard "assets/www" folder (for android sdk on eclipse windows). i thought i could include a linked folder in my eclipse project but the linked folder did not appear to compile into the apk as the app stated that the resource could not be found.
anyone else try to do this?