Config.xml ignored - blank app generated

  • 1
  • Problem
  • Updated 4 years ago
Hi,
For some unknown reason, Adobe Build Service is ignoring my config.xml, no mattar what I put into it.
I had a working build and after a month I tried re-building it and the APK it genereated was a blank app with Apache Cordova logo. since then every time I upload a new build it's ignoring my config.xml even when I tried putting the most basic config.xml (from the example App on GIT) and the APK generated is the same blank Apache Cordova Logo app.
I've tried to delete the app and create a new one - same result.
Hope for your kind help and a solution for this nightmare :)
Photo of Amir Friedman

Amir Friedman

  • 2 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
1. Do you have both config.xml and index.html in the ROOT directory of your zip file (and not in some directory like /www or otherwise)?
2. Do you have Hydration enabled?
Photo of Amir Friedman

Amir Friedman

  • 2 Posts
  • 0 Reply Likes
Well, moving the index.html file from WWW to the root directory actually solved my problem! it's very odd since I always had this file inside the WWW directory and it did worked that way.

Anyway, Thank you very much :)