Can't build, specifically for android, for hours now, tried delete the app recreate it, using a different account, disabling plugins, i get intermittent errors "cannot upload zip file error [50] try again" or "no index.html" or "Oh geez. Your build failed. Sorry, but a problem occurred on the build server"...the status page http://status.build.phonegap.com/ says it's all ok!
my zip file is around 9mb and i've read that The upload size limit is 40MB for paid users, and 15MB for free users.
please help!....
my zip file is around 9mb and i've read that The upload size limit is 40MB for paid users, and 15MB for free users.
please help!....
- 3 Posts
- 0 Reply Likes
- anxious
Posted 4 years ago
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Probably something wrong in your package.
If your zip file is available online somewhere, please post its url and I'll be happy to have a look.
If your zip file is available online somewhere, please post its url and I'll be happy to have a look.
- 3 Posts
- 0 Reply Likes
i still have the problem described,
i continuously tried to build with different plugins
configurations and also changing "phonegap-version"
but the problem is still the same:
build on android fails
or even worst it build successfully but with a small corrupted (it miss images/js/css only the main html file is present) apk file (like 200kb-1.9mb)
same behaviour also on windows build
i'm not allowed to share the zip file publicly,
if we switch to the paid phonegap build subscription can we have private support?
i continuously tried to build with different plugins
configurations and also changing "phonegap-version"
but the problem is still the same:
build on android fails
or even worst it build successfully but with a small corrupted (it miss images/js/css only the main html file is present) apk file (like 200kb-1.9mb)
same behaviour also on windows build
i'm not allowed to share the zip file publicly,
if we switch to the paid phonegap build subscription can we have private support?
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
if we switch to the paid phonegap build subscription can we have private support?No, the support is the same.
You could post your App ID only, and wait for the PGB Support Crew to help you out.
Another option would be to post your zip file, and replace the personal information (like App name, company name and email) by something like "REMOVED". Then make the zip available.
(You are aware that the code, once published as app, is visible to everyone anyway, right?)
- 3 Posts
- 0 Reply Likes
our current app id is 2082811 we have deleted and recreated it many times while trying to solve the issue!
as you see currently its built succesfully with a corrupted apk of 240kb
-- No, the support is the same.
ok
-- You are aware that the code, once published as app, is visible to everyone anyway, right?
yes, our client can find this support forum, with the zip file and that will be a shame, instead the apk file is not known to be a zip file that contains the source for cordova apps, i know it's silly but clients are strange beasts and we need to be careful
as you see currently its built succesfully with a corrupted apk of 240kb
-- No, the support is the same.
ok
-- You are aware that the code, once published as app, is visible to everyone anyway, right?
yes, our client can find this support forum, with the zip file and that will be a shame, instead the apk file is not known to be a zip file that contains the source for cordova apps, i know it's silly but clients are strange beasts and we need to be careful
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
as you see currently its built succesfully with a corrupted apk of 240kbI don't, but the Support Crew does, if they happen to come by.
- 5 Posts
- 0 Reply Likes
I'm having the same problem since yesterday, probably not a packing problem as I tried with the version I actually have published and It won't work also.
Win8 builds work fine.
Win8 builds work fine.
- 5 Posts
- 0 Reply Likes
my builds work when exported for 5.0 or higher only, but I need it for 4.1+ please help
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Your problem is most likely not the same, since you claim that you "export for 5.0", which is not something PGB does. I assume you are preprocessing, using an ide .
Anyway, if your zip file is available online somewhere, please post its url and I'll be happy to have a look.
Anyway, if your zip file is available online somewhere, please post its url and I'll be happy to have a look.
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Michele
Since this is your first post, please answer the following question:
- is this your first hybrid app?
- are you using Desktop App?
- are you using CLI, Build, or SDK? Please do not assume the answer, please read the link.
Thanks
Jesse
Since this is your first post, please answer the following question:
- is this your first hybrid app?
- are you using Desktop App?
- are you using CLI, Build, or SDK? Please do not assume the answer, please read the link.
Thanks
Jesse
- 5 Posts
- 0 Reply Likes
Thanks for the answers, I already fixed the problem. It wasn't with phonegap, but in a bug with my build machine.
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Felipe,
can you tell us how you solved the issue so we can other developers in the future.
Thanks
Jesse
can you tell us how you solved the issue so we can other developers in the future.
Thanks
Jesse
- 5 Posts
- 0 Reply Likes
Sure, the config.xml from the export came out without these lines:
< preference name="android-versionCode" value="1" / >
< preference name="phonegap-version" value="cli-6.0.0" >
I'm using Construct 2, and on its new version(r227) it needs 6.0.0 and isn't printing the versioncode for android (unless you export for android 5.0+)
< preference name="android-versionCode" value="1" / >
< preference name="phonegap-version" value="cli-6.0.0" >
I'm using Construct 2, and on its new version(r227) it needs 6.0.0 and isn't printing the versioncode for android (unless you export for android 5.0+)
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Felipe,
you are again saying you "export" something.
This may not be related to Phonegap Build, a cloud-based service by Adobe/Phonegap. This forum is only for Phonegap Build.
What do you mean when you say "export"? Are you using and IDE or CLI (Command Line Interface)? What is "Construct 2"?
Thanks
Jesse
you are again saying you "export" something.
This may not be related to Phonegap Build, a cloud-based service by Adobe/Phonegap. This forum is only for Phonegap Build.
What do you mean when you say "export"? Are you using and IDE or CLI (Command Line Interface)? What is "Construct 2"?
Thanks
Jesse
- 5 Posts
- 0 Reply Likes
Construct 2 is a videogame engine, I export for cordova with construct 2.
Then zip the folder of that export and upload to Phonegap, which finally gives me my .apk
The problem wasn't phonegap, its the config.xml that construct 2 generates.
At first the problem seemed to be phonegap as I tried with 5.0+ export and it worked.
Then zip the folder of that export and upload to Phonegap, which finally gives me my .apk
The problem wasn't phonegap, its the config.xml that construct 2 generates.
At first the problem seemed to be phonegap as I tried with 5.0+ export and it worked.
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@Felipe,
Okay, you were using an IDE. Thanks very much. Your response will help us with other developers in the future.
You may want to read the bold sentences of this FAQ.
Top Mistakes by Developers new to Cordova/Phonegap
Best of Luck
Jesse
Okay, you were using an IDE. Thanks very much. Your response will help us with other developers in the future.
You may want to read the bold sentences of this FAQ.
Top Mistakes by Developers new to Cordova/Phonegap
Best of Luck
Jesse
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers



