android - Phonegap and xml files to design mode in mobile project -


i using phonegap start new mobile project:

phonegap create myproject 

and eclipse create new project based on existing source code.

but have no xml files in source edit in design mode in eclipse.

what need do? need create it? where?

i not have found post nor documentation guess anything.

you won't find design files.

with phonegap create application in html/javascript/css.
you'll find files in /www folder.

to turn real function app can run phonegap build cli tool.

should give this;

$ phonegap build ios [phonegap] detecting ios sdk environment... [phonegap] using local environment [phonegap] adding ios platform... [phonegap] compiling ios... [phonegap] compiled ios app 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -