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 Eclipse workspace and project files)
|
+-[iOS] (contains XCode project files)
|
+-[www] (contains all html, js, css etc. files for the actual app)
It's easy to reference the www folder in the XCode project, everything there works fine.
However, creating a link to the www folder in Eclipse doesn't work as expected: I used 'Import -> Filesystem' to create the link under the existing assets folder and everything seemed to work fine. But the files are not getting copied to the apk during the build step.
Any idea what I am doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…