Can we create android or apple apps using hype? ( hype to phonegap)

472/5000

It’s very easy, you just have to:

  1. Export your Hype document as a folder
  2. Change the .html document in your folder and rename it index.html
  3. Have this config.xml document in that folder
  4. Open document config.xml and modify the parameters
    version = “1.0.2”,
  5. Create a .zip from this folder
  6. Access https://build.phonegap.com/ and create an account
  7. Go to the option upload a .zip and attach the one you created and proceed to create your app and go!

That easy :wink:

1 Like