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
Post a Comment