How to link assets/www folder in Eclipse / Phonegap / Android project?

前端 未结 3 1207
广开言路
广开言路 2020-12-01 07:56

I am working on a PhoneGap app that is supposed to run on iOS and Android. My folder structure looks like this:

+-+-[app folder]
  |
  +-[android] (contains Ecl         


        
3条回答
  •  死守一世寂寞
    2020-12-01 08:39

    Don't know how does it work in MacOS but I guess you can create a symbolic link with ln, putting your www folder inside Eclipse's assets. I do it both in Windows and Linux and work ok.

提交回复
热议问题